mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-16 08:32:02 +00:00
Enabled playing of *gasp sound by default
https://forum.zdoom.org/viewtopic.php?t=60361
This commit is contained in:
parent
8dfd1e6490
commit
c8eefd84fa
1 changed files with 1 additions and 1 deletions
|
@ -1269,7 +1269,7 @@ class PlayerPawn : Actor native
|
|||
//----------------------------------------------------------------------------
|
||||
|
||||
native clearscope int GetMaxHealth(bool withupgrades = false) const;
|
||||
native bool ResetAirSupply (bool playgasp = false);
|
||||
native bool ResetAirSupply (bool playgasp = true);
|
||||
native clearscope static String GetPrintableDisplayName(Class<Actor> cls);
|
||||
native void CheckMusicChange();
|
||||
native void CalcHeight ();
|
||||
|
|
Loading…
Reference in a new issue