diff --git a/src/game/boe.main.cpp b/src/game/boe.main.cpp index 80e14c109..255b004a5 100644 --- a/src/game/boe.main.cpp +++ b/src/game/boe.main.cpp @@ -131,9 +131,11 @@ std::map> feature_flags = { {"store-spell-caster", {"fixed"}}, // Game balance {"magic-resistance", {"fixed"}}, // Resist Magic used to not help with magic damage! - {"door-town-difficulty", {"fixed"}}, + {"door-town-difficulty", {"fixed"}} // Tutorial - {"tutorial", {"V1"}} + #ifdef DEBUG + ,{"tutorial", {"V1"}} + #endif }; struct cParseEntrance {