- fixed bad variable name.

This commit is contained in:
Christoph Oelckers 2019-01-09 20:48:16 +01:00
parent c19e1ff5d7
commit 0b2daaf20f

View file

@ -689,7 +689,7 @@ struct LevelLocals native
native readonly int skyfog; native readonly int skyfog;
native readonly float pixelstretch; native readonly float pixelstretch;
native name deathsequence; native name deathsequence;
native readonly uint8 globalfreeze; native readonly uint8 freeze;
// level_info_t *info cannot be done yet. // level_info_t *info cannot be done yet.
native String GetUDMFString(int type, int index, Name key); native String GetUDMFString(int type, int index, Name key);