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