- fixed: Ceiling_CrushStop checked the wrong argument for the remove parameter.

This commit is contained in:
Christoph Oelckers 2017-04-15 14:54:43 +02:00
parent 2d0da4fcfa
commit 046e250f2e

View file

@ -717,7 +717,7 @@ FUNC(LS_Ceiling_CrushStop)
// Ceiling_CrushStop (tag, remove) // Ceiling_CrushStop (tag, remove)
{ {
bool remove; bool remove;
switch (arg3) switch (arg1)
{ {
case 1: case 1:
remove = false; remove = false;