silence argument mismatch warning in rapid refining scenario

install-platforms
Maikel de Vries 2017-06-20 18:24:41 +02:00
parent 968c5b9e68
commit 30dd9c1d8f
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
/*-- Pipeline --*/
public func GetLiquidContainerMaxFillLevel()
public func GetLiquidContainerMaxFillLevel(liquid_name)
{
return 10**9;
}

View File

@ -6,4 +6,4 @@ MsgOilPumped=Oil amount: %d {{Oil}}.
MsgOilDescription=Currently %d {{Oil}} has been transferred into the refinery.
MsgConnectedPipe=Connected pipe.
MsgPipeProhibited=Source pipes cannot be connected to the foundry.
MsgPipeProhibited=Source pipes cannot be connected to the refinery.