1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 05:23:04 +01:00

Fix selection

This commit is contained in:
Marijn van der Werf
2016-04-27 19:04:32 +02:00
parent 1f8123451e
commit dc3e7db77a

View File

@@ -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;
}