mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-18 02:21:47 +00:00
MT_NIGHTSBUMPER Spawn: Don't reset mthing->options
This commit is contained in:
parent
01f1e7fc33
commit
dc9fd6f02e
1 changed files with 0 additions and 3 deletions
|
@ -10060,9 +10060,6 @@ domaceagain:
|
||||||
// the bumper in 30 degree increments.
|
// the bumper in 30 degree increments.
|
||||||
mobj->threshold = (mthing->options & 15) % 12; // It loops over, etc
|
mobj->threshold = (mthing->options & 15) % 12; // It loops over, etc
|
||||||
P_SetMobjState(mobj, mobj->info->spawnstate+mobj->threshold);
|
P_SetMobjState(mobj, mobj->info->spawnstate+mobj->threshold);
|
||||||
|
|
||||||
// you can shut up now, OBJECTFLIP. And all of the other options, for that matter.
|
|
||||||
mthing->options &= ~0xF;
|
|
||||||
break;
|
break;
|
||||||
case MT_EGGCAPSULE:
|
case MT_EGGCAPSULE:
|
||||||
if (mthing->angle <= 0)
|
if (mthing->angle <= 0)
|
||||||
|
|
Loading…
Reference in a new issue