diff --git a/LEGO1/lego/legoomni/src/common/legogamestate.cpp b/LEGO1/lego/legoomni/src/common/legogamestate.cpp index 4d64cae8..78d0bc12 100644 --- a/LEGO1/lego/legoomni/src/common/legogamestate.cpp +++ b/LEGO1/lego/legoomni/src/common/legogamestate.cpp @@ -482,12 +482,6 @@ void LegoGameState::SwitchArea(MxU32 p_area) break; // TODO: implement other cases - - default: { - char cad[512]; - sprintf(cad, "LegoGameState::SwitchArea: unknown area %d\n", p_area); - OutputDebugString(cad); - } break; } InvokeAction(Extra::ActionType::e_opendisk, *script, 0, NULL);