Match and link CActorParamters, fix CRasterFont constructor ref

Former-commit-id: a51897041e
This commit is contained in:
2022-12-23 21:34:11 -08:00
parent e3cd879f16
commit a5bab3c588
18 changed files with 24 additions and 21 deletions

View File

@@ -114,6 +114,7 @@ public:
bool renderUnsorted, bool noSortThermal, float fadeInTime, float fadeOutTime,
float thermalMag);
CActorParameters(const CActorParameters&);
~CActorParameters() {}
CActorParameters Scannable(const CScannableParameters& sParms) const;
CActorParameters HotInThermal(bool hot) const;