summaryrefslogtreecommitdiff
path: root/src/levels.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/levels.cc')
-rw-r--r--src/levels.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/levels.cc b/src/levels.cc
index ac3aa3d3..726ebd1a 100644
--- a/src/levels.cc
+++ b/src/levels.cc
@@ -213,7 +213,7 @@ void get_level_flags()
}
/* Parse this entry */
- if (0 != grab_one_dungeon_flag(&dungeon_flags1, &dungeon_flags2, s)) return;
+ if (0 != grab_one_dungeon_flag(&dungeon_flags, s)) return;
/* Start the next entry */
s = t;