Skip to content

Commit

Permalink
Fix wrong spray decal being used on save-restore if tempdecal.wad doe…
Browse files Browse the repository at this point in the history
…sn't exist. Fix #239
  • Loading branch information
FreeSlave committed Jan 2, 2025
1 parent cadcac4 commit ee32970
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dlls/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3040,6 +3040,8 @@ void CBasePlayer::Precache( void )

m_iUpdateTime = 5; // won't update for 1/2 a second

m_nCustomSprayFrames = -1;

if( gInitHUD )
m_fInitHUD = TRUE;

Expand Down

0 comments on commit ee32970

Please sign in to comment.