Makes global master vars static

This commit is contained in:
CitadelStationBot
2017-05-22 22:12:58 -05:00
parent 3cf30f3a6b
commit 4afae3d03b
4 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -1215,7 +1215,7 @@ proc/pick_closest_path(value, list/matches = get_fancy_list_of_atom_types())
. += round(i*DELTA_CALC)
sleep(i*world.tick_lag*DELTA_CALC)
i *= 2
while (world.tick_usage > min(TICK_LIMIT_TO_RUN, GLOB.CURRENT_TICKLIMIT))
while (world.tick_usage > min(TICK_LIMIT_TO_RUN, Master.current_ticklimit))
#undef DELTA_CALC