mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Update legogamestate.cpp
This commit is contained in:
parent
e8cf65b866
commit
1e5461d555
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user