CColor fixes & CVisorFlare progress

Former-commit-id: 5e3a450b54
This commit is contained in:
2022-11-03 13:09:58 -04:00
parent 38253107a6
commit 9bdce565df
7 changed files with 50 additions and 61 deletions

View File

@@ -180,6 +180,8 @@ public:
float GetThermalColdScale1() const { return xf24_thermColdScale1; }
float GetThermalColdScale2() const { return xf28_thermColdScale2; }
void SetThermalColdScale2(float s) { xf28_thermColdScale2 = s; }
// TODO ?
void AddThermalColdScale2(float s) { xf28_thermColdScale2 += s; }
bool IsGeneratingObject() const { return xf94_26_generatingObject; }
void SetIsGeneratingObject(bool gen) { xf94_26_generatingObject = gen; }