mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
EDUKE32_STANDALONE doesn't need this
git-svn-id: https://svn.eduke32.com/eduke32@8128 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
701c67eb9e
commit
d3448c0ccc
1 changed files with 3 additions and 1 deletions
|
@ -3160,8 +3160,10 @@ void P_CheckSectors(int playerNum)
|
|||
g_player[playerNum].input->bits &= ~BIT(SK_OPEN);
|
||||
}
|
||||
|
||||
if (ud.cashman && TEST_SYNC_KEY(g_player[playerNum].input->bits, SK_OPEN))
|
||||
#ifndef EDUKE32_STANDALONE
|
||||
if (!FURY && ud.cashman && TEST_SYNC_KEY(g_player[playerNum].input->bits, SK_OPEN))
|
||||
A_SpawnMultiple(pPlayer->i, MONEY, 2);
|
||||
#endif
|
||||
|
||||
if (pPlayer->newowner >= 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue