(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

@@ -1323,7 +1323,6 @@ void GameLoop()
extern int _caret_timer;
_caret_timer += 3;
_palette_animation_counter += 8;
CursorTick();
#ifdef ENABLE_NETWORK