diff --git a/Source/gendung.cpp b/Source/gendung.cpp index f594d796ebd..2d515d93819 100644 --- a/Source/gendung.cpp +++ b/Source/gendung.cpp @@ -1552,7 +1552,7 @@ void DRLG_PlaceThemeRooms(int minSize, int maxSize, const BYTE (&themeTiles)[NUM return; } - j += tArea.x + 2; + j += tArea.y; } } }