Link CScriptMazeNode

Former-commit-id: d43dc0ead2
This commit is contained in:
2023-02-06 11:42:48 -05:00
parent 48dc03ee11
commit 03f6f75516
4 changed files with 13 additions and 32 deletions

View File

@@ -219,7 +219,7 @@ public:
// TODO ?
void AddThermalColdScale2(float s) { xf28_thermColdScale2 += s; }
bool IsGeneratingObject() const { return xf94_26_generatingObject; }
const bool IsGeneratingObject() const { return xf94_26_generatingObject; }
void SetIsGeneratingObject(bool gen) { xf94_26_generatingObject = gen; }
void ApplyDamageToWorld(TUniqueId, const CActor&, const CVector3f&, const CDamageInfo& info,