mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 22:34:33 +01:00
Fix #14093: Replace MONEY macro with user defined literal
This commit is contained in:
@@ -4016,7 +4016,7 @@ int32_t network_get_player_id(uint32_t index)
|
||||
}
|
||||
money32 network_get_player_money_spent(uint32_t index)
|
||||
{
|
||||
return MONEY(0, 0);
|
||||
return 0.00_GBP;
|
||||
}
|
||||
std::string network_get_player_ip_address(uint32_t id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user