1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 13:33:02 +01:00

Fix conditional

This commit is contained in:
Marijn van der Werf
2016-02-19 00:16:03 +01:00
parent 2b879cd586
commit 0b792cb927

View File

@@ -2550,7 +2550,7 @@ static bool sub_6CA2DF_get_dh(uint8 *dh) {
return true;
}
if (ch == 0) {
if (ch != 0) {
return false;
}