mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove &&
Not even sure how this compiled before :V
This commit is contained in:
parent
ac1283bc9d
commit
e1d3111113
1 changed files with 1 additions and 1 deletions
|
|
@ -3117,7 +3117,7 @@ static void P_RelinkPointers(void)
|
||||||
if (!(mobj->itnext = P_FindNewPosition(temp)))
|
if (!(mobj->itnext = P_FindNewPosition(temp)))
|
||||||
CONS_Debug(DBG_GAMELOGIC, "itnext not found on %d\n", mobj->type);
|
CONS_Debug(DBG_GAMELOGIC, "itnext not found on %d\n", mobj->type);
|
||||||
}
|
}
|
||||||
if (mobj->player) &&
|
if (mobj->player)
|
||||||
{
|
{
|
||||||
if (mobj->player->capsule)
|
if (mobj->player->capsule)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue