Bumped ZScript ver.
Added OnDrop to weapons replicating the UT drop style. Some fixes for UT player movement. Hide keys from HUD in DM. Added "classic jump boots" option. Fixed missing ambientglow on some weapon skins.
This commit is contained in:
parent
64a0648ae7
commit
fe08f11997
7 changed files with 50 additions and 8 deletions
|
|
@ -509,6 +509,7 @@ Class UTHud : BaseStatusBar
|
|||
|
||||
private void DrawKeys()
|
||||
{
|
||||
if ( deathmatch ) return; // no need to draw in DM
|
||||
if ( gameinfo.gametype&(GAME_Hexen|GAME_Strife) ) return; // no key display for these ATM (will do eventually)
|
||||
bool locks[6];
|
||||
for ( int i=0; i<6; i++ ) locks[i] = CPlayer.mo.CheckKeys(i+1,false,true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue