(svn r2602) -Codechange: removed unused variable (disable_computer)

-Fix: Changed some stuff to make server-side AIs possible in the far future
This commit is contained in:
truelight
2005-07-17 13:34:19 +00:00
parent 3ce9fb6bbd
commit 658f9cb03f
3 changed files with 5 additions and 6 deletions

View File

@@ -35,8 +35,6 @@ static const uint MaxDate = 29220; // 2000-01-01
extern void DoTestSave(void);
extern void DoTestLoad(void);
extern bool disable_computer;
static int _rename_id;
static int _rename_what;