- make the file name of savegame nodes read only.

This commit is contained in:
Christoph Oelckers 2019-01-31 17:55:50 +01:00
parent 7b7334e245
commit cfa35f548f
1 changed files with 2 additions and 2 deletions

View File

@ -37,13 +37,13 @@
struct SaveGameNode native
{
native String SaveTitle;
native String Filename;
native readonly String Filename;
native bool bOldVersion;
native bool bMissingWads;
native bool bNoDelete;
}
struct SavegameManager native
struct SavegameManager native ui
{
native int WindowSize;
native SaveGameNode quickSaveSlot;