- make the file name of savegame nodes read only.

This commit is contained in:
Christoph Oelckers 2019-01-31 17:55:50 +01:00 committed by drfrag
parent d513cbf789
commit 17cdc3145f

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;