mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-08 23:19:40 +00:00
parent
d6aa526b69
commit
3278f4c7bb
@ -297,7 +297,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* When double-clicking, continue */
|
/* When double-clicking, continue */
|
||||||
if (click_count == 1 || y < 0) break;
|
if (click_count == 1 || y < 0 || !HasBit(this->available_actions, y)) break;
|
||||||
FALLTHROUGH;
|
FALLTHROUGH;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user