(svn r20189) -Codechange: unVARDEF _display_opt and move it to a more logical location

This commit is contained in:
rubidium
2010-07-19 17:13:46 +00:00
parent eb30ebe1a4
commit 51ca546a9d
4 changed files with 2 additions and 3 deletions

View File

@@ -19,8 +19,6 @@
/* Amount of game ticks */
VARDEF uint16 _tick_counter;
VARDEF byte _display_opt;
/* IN/OUT parameters to commands */
VARDEF bool _generating_world;