From cfa35f548f6477a52f7055d3d851a687f1c10c41 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 31 Jan 2019 17:55:50 +0100 Subject: [PATCH] - make the file name of savegame nodes read only. --- wadsrc/static/zscript/menu/loadsavemenu.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wadsrc/static/zscript/menu/loadsavemenu.txt b/wadsrc/static/zscript/menu/loadsavemenu.txt index eb27b6f6e..09cf2a33b 100644 --- a/wadsrc/static/zscript/menu/loadsavemenu.txt +++ b/wadsrc/static/zscript/menu/loadsavemenu.txt @@ -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;