mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-12-02 08:53:42 +00:00
- fixed bad variable name.
This commit is contained in:
parent
c19e1ff5d7
commit
0b2daaf20f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue