mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 05:23:04 +01:00
Fix selection
This commit is contained in:
@@ -1109,7 +1109,7 @@ void viewport_surface_paint_setup(uint8 direction, uint16 height, rct_map_elemen
|
||||
} else if (mapSelectionType <= 4) {
|
||||
// Corners
|
||||
uint32 eax = mapSelectionType;
|
||||
if (mapSelectionType == 4) {
|
||||
if (mapSelectionType != 4) {
|
||||
eax = (mapSelectionType + get_current_rotation()) & 3;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user