(svn r2821) Remove a write-only variable

This commit is contained in:
tron
2005-08-06 20:24:32 +00:00
parent b0f307365a
commit 5d5a7c48ee
2 changed files with 0 additions and 8 deletions

View File

@@ -250,7 +250,6 @@ VARDEF int _timer_counter;
VARDEF byte _cur_year;
VARDEF byte _cur_month;
VARDEF bool _in_state_game_loop;
VARDEF uint32 _frame_counter;
VARDEF bool _is_ai_player; // current player is an AI player? - Can be removed if new AI is done