Skip to content

Commit

Permalink
'bugfix' for vanilla (theme-room placement)
Browse files Browse the repository at this point in the history
- skip only the necessary length after a theme-room is added
  • Loading branch information
pionere committed Aug 22, 2024
1 parent ac4963f commit 6d36212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/gendung.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1552,7 +1552,7 @@ void DRLG_PlaceThemeRooms(int minSize, int maxSize, const BYTE (&themeTiles)[NUM
return;
}

j += tArea.x + 2;
j += tArea.y;
}
}
}
Expand Down

0 comments on commit 6d36212

Please sign in to comment.