(svn r20188) -Codechange: unVARDEF the _[config|log|highscore]_file variables and move them to a more logical location

This commit is contained in:
rubidium
2010-07-19 17:11:09 +00:00
parent 035d0ef16b
commit 54ec48f7ce
6 changed files with 9 additions and 4 deletions

View File

@@ -24,8 +24,4 @@ VARDEF byte _display_opt;
/* IN/OUT parameters to commands */
VARDEF bool _generating_world;
VARDEF char *_config_file;
VARDEF char *_highscore_file;
VARDEF char *_log_file;
#endif /* VARIABLES_H */