1
0
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:
Gymnasiast
2017-06-29 12:06:29 +02:00
parent 194cc4dcb3
commit 6483705d2c

View File

@@ -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;
}
}