diff --git a/src/windows/ride_construction.c b/src/windows/ride_construction.c index d0c0e186d2..9ace453179 100644 --- a/src/windows/ride_construction.c +++ b/src/windows/ride_construction.c @@ -2550,7 +2550,7 @@ static bool sub_6CA2DF_get_dh(uint8 *dh) { return true; } - if (ch == 0) { + if (ch != 0) { return false; }