summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2005-07-17 15:58:47 +0000
committerDarkvater <darkvater@openttd.org>2005-07-17 15:58:47 +0000
commit80aa8c868b3ec9ca5d484ae637efd5917ca33465 (patch)
tree02e6da519beebdef4edfbf70e4617febd8552b8e /variables.h
parentd355aa11a53bf65071d475ad47f22b2b3e06b114 (diff)
downloadopenttd-80aa8c868b3ec9ca5d484ae637efd5917ca33465.tar.xz
(svn r2609) - Feature: remove extension from savegames/scenarios when browsing the folders.
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/variables.h b/variables.h
index acb69d162..cba31fca5 100644
--- a/variables.h
+++ b/variables.h
@@ -320,8 +320,9 @@ VARDEF uint _returned_refit_amount;
// Deals with the type of the savegame, independent of extension
typedef struct {
- int mode; // savegame/scenario type (old, new)
- char name[MAX_PATH]; // name
+ int mode; // savegame/scenario type (old, new)
+ char name[MAX_PATH]; // name
+ char title[255]; // internal name of the game
} SmallFiosItem;
// Used when switching from the intro menu.