diff --git a/desktop_version/src/Entity.cpp b/desktop_version/src/Entity.cpp index 985c06f8..a0404ec9 100644 --- a/desktop_version/src/Entity.cpp +++ b/desktop_version/src/Entity.cpp @@ -4674,7 +4674,7 @@ void entityclass::collisioncheck(int i, int j, bool scm /*= false*/) } break; case 2: //Moving platforms - if (entities[j].behave >= 8 || entities[j].behave < 10) + if (entities[j].behave >= 8 && entities[j].behave < 10) { //We don't want conveyors, moving platforms only break;