variables.h
changeset 2099 22f535ad9eea
parent 2090 9bbad972eb2a
child 2112 b94d4c1a0ab9
--- a/variables.h	Sun Jul 17 15:55:26 2005 +0000
+++ b/variables.h	Sun Jul 17 15:58:47 2005 +0000
@@ -320,8 +320,9 @@
 
 // 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.