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:
terminx 2019-09-19 12:02:16 +00:00 committed by Christoph Oelckers
parent 701c67eb9e
commit d3448c0ccc

View file

@ -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)
{