summaryrefslogtreecommitdiff
path: root/src/q_library.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_library.cc')
-rw-r--r--src/q_library.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/q_library.cc b/src/q_library.cc
index 48c9d0cf..47246f60 100644
--- a/src/q_library.cc
+++ b/src/q_library.cc
@@ -1,6 +1,7 @@
#include "q_library.hpp"
#include "cave_type.hpp"
+#include "dungeon_flag.hpp"
#include "hooks.hpp"
#include "lua_bind.hpp"
#include "monster2.hpp"
@@ -324,7 +325,7 @@ static bool_ quest_library_gen_hook(void *, void *, void *)
int y = 2;
int x = 2;
load_map("library.map", &y, &x);
- dungeon_flags2 = DF2_NO_GENO;
+ dungeon_flags = DF_NO_GENO;
}
/* Generate monsters */