TPT: Fix SLTW boiling temperature typo
This commit is contained in:
parent
b80e73e729
commit
9b8fba4a19
@ -39,7 +39,7 @@ Element_SLTW::Element_SLTW()
|
||||
HighPressureTransition = NT;
|
||||
LowTemperature = 233.0f;
|
||||
LowTemperatureTransition = PT_ICEI;
|
||||
HighTemperature = 483.0f;
|
||||
HighTemperature = 383.0f;
|
||||
HighTemperatureTransition = ST;
|
||||
|
||||
Update = &Element_SLTW::update;
|
||||
@ -78,4 +78,4 @@ int Element_SLTW::update(UPDATE_FUNC_ARGS)
|
||||
}
|
||||
|
||||
|
||||
Element_SLTW::~Element_SLTW() {}
|
||||
Element_SLTW::~Element_SLTW() {}
|
||||
|
Reference in New Issue
Block a user