mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 03:53:07 +01:00
Make CIs happy about return paths
This commit is contained in:
@@ -991,6 +991,7 @@ static money32 map_buy_land_rights_for_tile(sint32 x, sint32 y, sint32 setting,
|
||||
default:
|
||||
log_warning("Tried calling map_buy_land_rights_for_tile() with an incorrect setting!");
|
||||
assert(false);
|
||||
return MONEY32_UNDEFINED;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user