mirror of https://github.com/OpenTTD/OpenTTD
(svn r5404) Fix (r5391) : Yet another typo. Nothing specatular :)
Spotted by gigajumrelease/0.5
parent
a12c748f5b
commit
91c9f46a5f
|
@ -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