From 0b2daaf20fdeb07a564fe4670e89f30ed2136d1e Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 9 Jan 2019 20:48:16 +0100 Subject: [PATCH] - fixed bad variable name. --- wadsrc/static/zscript/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/zscript/base.txt b/wadsrc/static/zscript/base.txt index e3206b343d..123f544445 100644 --- a/wadsrc/static/zscript/base.txt +++ b/wadsrc/static/zscript/base.txt @@ -689,7 +689,7 @@ struct LevelLocals native native readonly int skyfog; native readonly float pixelstretch; native name deathsequence; - native readonly uint8 globalfreeze; + native readonly uint8 freeze; // level_info_t *info cannot be done yet. native String GetUDMFString(int type, int index, Name key);