summaryrefslogtreecommitdiff
path: root/src/variables.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-12-28 03:14:55 +0000
committerbelugas <belugas@openttd.org>2007-12-28 03:14:55 +0000
commitdb45093f7b11e4ac8327c78f460a89dda0331954 (patch)
tree5fa7e416ee23b77433ef53bf2261dd19ce457fcf /src/variables.h
parentad061e6d6050540f80d1b2adaf802f181964ce16 (diff)
downloadopenttd-db45093f7b11e4ac8327c78f460a89dda0331954.tar.xz
(svn r11713) -Codechange: Move some declarations and definitions in a more logical disposition
Diffstat (limited to 'src/variables.h')
-rw-r--r--src/variables.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/variables.h b/src/variables.h
index b671fee3d..cf85b901d 100644
--- a/src/variables.h
+++ b/src/variables.h
@@ -297,17 +297,9 @@ VARDEF TileIndex _terraform_err_tile;
VARDEF TileIndex _build_tunnel_endtile;
VARDEF bool _generating_world;
-/* Deals with the type of the savegame, independent of extension */
-struct SmallFiosItem {
- int mode; // savegame/scenario type (old, new)
- char name[MAX_PATH]; // name
- char title[255]; // internal name of the game
-};
-
/* Used when switching from the intro menu. */
VARDEF byte _switch_mode;
VARDEF StringID _switch_mode_errorstr;
-VARDEF SmallFiosItem _file_to_saveload;
VARDEF char _ini_videodriver[32], _ini_musicdriver[32], _ini_sounddriver[32], _ini_blitter[32];