mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-16 01:21:17 +00:00
- make the file name of savegame nodes read only.
This commit is contained in:
parent
d513cbf789
commit
17cdc3145f
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue