From eb7e3582ab91cff34f364d205d34135b5568c00f Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Fri, 12 Jul 2019 05:03:01 +0530 Subject: HDB: Disable the command-line level-select --- engines/hdb/hdb.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engines/hdb/hdb.cpp b/engines/hdb/hdb.cpp index 357aa984c0..5af3dff240 100644 --- a/engines/hdb/hdb.cpp +++ b/engines/hdb/hdb.cpp @@ -755,6 +755,7 @@ Common::Error HDBGame::run() { tile->load(tileStream); #endif +#if 0 if (ConfMan.hasKey("boot_param")) { char mapname[10]; int level = ConfMan.getInt("boot_param"); @@ -769,6 +770,7 @@ Common::Error HDBGame::run() { if (!ConfMan.hasKey("save_slot") || (loadGameState(ConfMan.getInt("save_slot")).getCode() != Common::kNoError)) startMap("MAP00"); } +#endif //_window->openDialog("Sgt. Filibuster", 0, "You address me as 'sarge' or 'sergeant' or get your snappin' teeth kicked in! Got me?", 0, NULL); -- cgit v1.2.3