diff --git a/source/thing/thing.cpp b/source/thing/thing.cpp index 6e8deb0b7..1357f4dae 100644 --- a/source/thing/thing.cpp +++ b/source/thing/thing.cpp @@ -208,6 +208,8 @@ DVECTOR const &CamPos=CLevel::getCameraPos(); if (ThingRect.y2m_ThinkBBox.YMax) Flag=false; thing->setThinkFlag(Flag); + if (thing->getThingType()==CThing::TYPE_PLAYER) + Flag=true; if (Flag) { thing->think(_frames);