- 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
1 changed files with 1 additions and 1 deletions

View File

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