Advertisement
Mithran

Fogs Patch

Mar 3rd, 2012
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. class Game_Map
  2. alias setup_zero_fog_values setup
  3. def setup(map_id)
  4. @fog_ox = 0
  5. @fog_oy = 0
  6. setup_zero_fog_values(map_id)
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement