- 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

View file

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