aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNipun Garg2019-07-12 05:03:01 +0530
committerEugene Sandulenko2019-09-03 17:17:17 +0200
commiteb7e3582ab91cff34f364d205d34135b5568c00f (patch)
tree1996f4f67d73d9b27d1f67db23ca9d9715dfbb90
parentb032068417a11599bbcca52ccef5cce04b789633 (diff)
downloadscummvm-rg350-eb7e3582ab91cff34f364d205d34135b5568c00f.tar.gz
scummvm-rg350-eb7e3582ab91cff34f364d205d34135b5568c00f.tar.bz2
scummvm-rg350-eb7e3582ab91cff34f364d205d34135b5568c00f.zip
HDB: Disable the command-line level-select
-rw-r--r--engines/hdb/hdb.cpp2
1 files changed, 2 insertions, 0 deletions
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);