mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-25 08:22:17 +00:00
Codechange: remove ZeroedMemoryAllocator from GRFFile
This commit is contained in:
+1
-1
@@ -886,7 +886,7 @@ static void HandleEconomyFluctuations()
|
||||
*/
|
||||
void ResetPriceBaseMultipliers()
|
||||
{
|
||||
memset(_price_base_multiplier, 0, sizeof(_price_base_multiplier));
|
||||
_price_base_multiplier.fill(0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user