(svn r20185) -Codechange: reduce the scope of _palette_animation_counter

This commit is contained in:
rubidium
2010-07-19 16:05:29 +00:00
parent 3bb544e54d
commit e38f503ec0
3 changed files with 10 additions and 10 deletions

View File

@@ -19,9 +19,6 @@
/* Amount of game ticks */
VARDEF uint16 _tick_counter;
/* NOSAVE: Used in palette animations only, not really important. */
VARDEF int _palette_animation_counter;
VARDEF uint32 _realtime_tick;
VARDEF byte _display_opt;