From 1e5461d555cb3944155fb058e8ece665262b6730 Mon Sep 17 00:00:00 2001 From: Misha <106913236+MishaProductions@users.noreply.github.com> Date: Fri, 2 Feb 2024 15:39:59 -0500 Subject: [PATCH] Update legogamestate.cpp --- LEGO1/lego/legoomni/src/common/legogamestate.cpp | 6 ------ 1 file changed, 6 deletions(-) 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);