1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-02 03:19:10 +00:00

(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 d355aa11a5
commit 80aa8c868b
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.