Fix some level flags, sokoban premapping

This commit is contained in:
Pasi Kallinen
2015-02-19 18:01:29 +02:00
parent 79eb17a0a7
commit c9d5bb9d68
5 changed files with 10 additions and 25 deletions

View File

@@ -406,10 +406,6 @@ fixup_special()
place_lregion(0,0,0,0,0,0,0,0,LR_BRANCH,(d_level *)0);
}
/* KMH -- Sokoban levels */
if(In_sokoban(&u.uz))
sokoban_detect();
/* Still need to add some stuff to level file */
if (Is_medusa_level(&u.uz)) {
struct obj *otmp;