mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
Fixes
This commit is contained in:
parent
54cc868c92
commit
df228bd82e
@ -207,10 +207,9 @@ void Act3::RemovePizza(Act3Ammo& p_p)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
assert(i != MAX_DONUTS);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
assert(i != MAX_PIZZAS);
|
||||||
assert(p_p.IsValid());
|
assert(p_p.IsValid());
|
||||||
p_p.Remove();
|
p_p.Remove();
|
||||||
}
|
}
|
||||||
@ -226,10 +225,9 @@ void Act3::RemoveDonut(Act3Ammo& p_p)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
assert(i != MAX_DONUTS);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
assert(i != MAX_DONUTS);
|
||||||
assert(p_p.IsValid());
|
assert(p_p.IsValid());
|
||||||
p_p.Remove();
|
p_p.Remove();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user