Revert "More anti-lag changes"

This reverts commit 07f2d5d6fa.
This commit is contained in:
mshirt 2016-12-17 20:10:23 -06:00
parent 07f2d5d6fa
commit 3bdb5b6ea5

View file

@ -498,12 +498,7 @@ class Game_Map
end
# Update map event
for event in @events.values
if (event.list != nil && event.list.size > 1) || (event.x * 128 > $game_map.display_x - (10 * 128)) &&
(event.x * 128 < $game_map.display_x + (30 * 128)) &&
(event.y * 128 > ($game_map.display_y) - (10 * 128) &&
(event.y * 128 < ($game_map.display_y) + (27 * 128)))
event.update
end
event.update
end
# Update common event
for common_event in @common_events.values