variables.h
changeset 2099 22f535ad9eea
parent 2090 9bbad972eb2a
child 2112 b94d4c1a0ab9
equal deleted inserted replaced
2098:b17a44f55b6d 2099:22f535ad9eea
   318 VARDEF int _new_town_size;
   318 VARDEF int _new_town_size;
   319 VARDEF uint _returned_refit_amount;
   319 VARDEF uint _returned_refit_amount;
   320 
   320 
   321 // Deals with the type of the savegame, independent of extension
   321 // Deals with the type of the savegame, independent of extension
   322 typedef struct {
   322 typedef struct {
   323 	int mode;						// savegame/scenario type (old, new)
   323 	int mode;             // savegame/scenario type (old, new)
   324 	char name[MAX_PATH];	// name
   324 	char name[MAX_PATH];  // name
       
   325 	char title[255];      // internal name of the game
   325 } SmallFiosItem;
   326 } SmallFiosItem;
   326 
   327 
   327 // Used when switching from the intro menu.
   328 // Used when switching from the intro menu.
   328 VARDEF byte _switch_mode;
   329 VARDEF byte _switch_mode;
   329 VARDEF StringID _switch_mode_errorstr;
   330 VARDEF StringID _switch_mode_errorstr;