mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
source/duke3d/src/premap.cpp:P_ResetTintFade: Remove LUNATIC-specific
assignment, but keep the function instead of separately setting pals.f.
This commit is contained in:
parent
c93ec9e405
commit
a1bfbb0b21
1 changed files with 0 additions and 3 deletions
|
@ -599,9 +599,6 @@ void P_MoveToRandomSpawnPoint(int playerNum)
|
|||
static inline void P_ResetTintFade(DukePlayer_t *const pPlayer)
|
||||
{
|
||||
pPlayer->pals.f = 0;
|
||||
#ifdef LUNATIC
|
||||
pPlayer->palsfadeprio = 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
void P_ResetMultiPlayer(int playerNum)
|
||||
|
|
Loading…
Reference in a new issue