diff options
Diffstat (limited to 'variables.h')
-rw-r--r-- | variables.h | 5 |
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. |