mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
git-svn-id: https://svn.eduke32.com/eduke32@615 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
d7d11939a6
commit
8418353ba2
1 changed files with 1 additions and 3 deletions
|
@ -3032,7 +3032,6 @@ CHECKINV1:
|
|||
|
||||
if (p->holoduke_on == -1)
|
||||
{
|
||||
|
||||
SetGameVarID(g_iReturnVarID,0,g_player[snum].ps->i,snum);
|
||||
OnEvent(EVENT_HOLODUKEON,g_player[snum].ps->i,snum, -1);
|
||||
if (GetGameVarID(g_iReturnVarID,g_player[snum].ps->i,snum) == 0)
|
||||
|
@ -3050,11 +3049,10 @@ CHECKINV1:
|
|||
SP = snum;
|
||||
sprite[i].extra = 0;
|
||||
FTA(47,p);
|
||||
spritesound(TELEPORTER,p->holoduke_on);
|
||||
}
|
||||
else FTA(49,p);
|
||||
spritesound(TELEPORTER,p->holoduke_on);
|
||||
}
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue