mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r5404) Fix (r5391) : Yet another typo. Nothing specatular :)
Spotted by gigajum
This commit is contained in:
parent
08c50b7441
commit
d2b3e9b2a1
@ -1506,7 +1506,7 @@ static void PlayerTrainsWndProc(Window *w, WindowEvent *e)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case 10:
|
case 10:
|
||||||
if (IsWindowOfPrototype(w, _player_trains_widgets)) break;
|
if (!IsWindowOfPrototype(w, _player_trains_widgets)) break;
|
||||||
ShowReplaceVehicleWindow(VEH_Train);
|
ShowReplaceVehicleWindow(VEH_Train);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user