(svn r2609) - Feature: remove extension from savegames/scenarios when browsing the folders.

This commit is contained in:
Darkvater
2005-07-17 15:58:47 +00:00
parent eceb9a0abe
commit cda6efd919
6 changed files with 48 additions and 56 deletions

View File

@@ -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.