diff --git a/LEGO1/lego/legoomni/src/paths/legopathactor.cpp b/LEGO1/lego/legoomni/src/paths/legopathactor.cpp index 97ab0357..661c3e95 100644 --- a/LEGO1/lego/legoomni/src/paths/legopathactor.cpp +++ b/LEGO1/lego/legoomni/src/paths/legopathactor.cpp @@ -577,7 +577,6 @@ void LegoPathActor::ParseAction(char* p_extra) float destScale = atof(token); LegoWorld* world = CurrentWorld(); - if (world != NULL) { world->PlaceActor(this, name, src, srcScale, dest, destScale); }