Flip monster goal when flipping the level

This commit is contained in:
Pasi Kallinen
2025-03-17 14:33:01 +02:00
parent 8c0c33aa1f
commit a64796e64d

View File

@@ -653,6 +653,8 @@ flip_level(
if (flp & 2)
mtmp->mx = FlipX(mtmp->mx);
Flip_coord(mtmp->mgoal);
if (mtmp->ispriest) {
Flip_coord(EPRI(mtmp)->shrpos);
} else if (mtmp->isshk) {