Restore the insect legs on Baalzebub's level.

This commit is contained in:
Sean Hunt
2015-04-10 09:14:23 -04:00
parent 71d7eff0a7
commit 6a116ee59c
+7
View File
@@ -5163,6 +5163,13 @@ next_opcode:
link_doors_rooms(); link_doors_rooms();
fill_rooms(); fill_rooms();
remove_boundary_syms(); remove_boundary_syms();
/* FIXME: Ideally, we want this call to only cover areas of the map
* which were not inserted directly by the special level file (see
* the insect legs on Baalzebub's level, for instance). Since that
* is currently not possible, we overload the corrmaze flag for this
* purpose.
*/
if (!level.flags.corrmaze)
wallification(1, 0, COLNO-1, ROWNO-1); wallification(1, 0, COLNO-1, ROWNO-1);
count_features(); count_features();