diff --git a/src/game/boe.main.cpp b/src/game/boe.main.cpp index 3b78d751..1106ae66 100644 --- a/src/game/boe.main.cpp +++ b/src/game/boe.main.cpp @@ -130,9 +130,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 {