mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- Exported the "paused" global variable to ZScript
This commit is contained in:
parent
bb8534ed00
commit
2ce5b49cab
2 changed files with 2 additions and 1 deletions
|
@ -3140,3 +3140,4 @@ DEFINE_GLOBAL(demoplayback)
|
|||
DEFINE_GLOBAL(automapactive);
|
||||
DEFINE_GLOBAL(Net_Arbitrator);
|
||||
DEFINE_GLOBAL(netgame);
|
||||
DEFINE_GLOBAL(paused);
|
||||
|
|
|
@ -183,6 +183,7 @@ struct _ native // These are the global variables, the struct is only here to av
|
|||
native MenuDelegateBase menuDelegate;
|
||||
native readonly int consoleplayer;
|
||||
native readonly double NotifyFontScale;
|
||||
native readonly int paused;
|
||||
}
|
||||
|
||||
struct System native
|
||||
|
@ -202,7 +203,6 @@ struct System native
|
|||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
struct MusPlayingInfo native
|
||||
|
|
Loading…
Reference in a new issue