mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 13:33:02 +01:00
Fix conditional
This commit is contained in:
@@ -2550,7 +2550,7 @@ static bool sub_6CA2DF_get_dh(uint8 *dh) {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (ch == 0) {
|
||||
if (ch != 0) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user