mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-18 03:59:09 +00:00
(svn r2818) Don't tell the world about a local variable which is only used once
This commit is contained in:
@@ -346,7 +346,6 @@ VARDEF char _savegame_format[8];
|
||||
VARDEF char *_config_file;
|
||||
VARDEF char *_highscore_file;
|
||||
VARDEF char *_log_file;
|
||||
VARDEF FILE *_log_file_fd;
|
||||
|
||||
// NOSAVE: These can be recalculated from InitializeLandscapeVariables
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user