Fixing all source build

Former-commit-id: 07c1053008
This commit is contained in:
Henrique Gemignani Passos Lima
2022-11-04 11:24:42 +02:00
parent caa46fc392
commit 7f947e6442
8 changed files with 37 additions and 31 deletions

View File

@@ -325,6 +325,7 @@ public:
void SetDrawShadow(bool b) { xe5_24_shadowEnabled = b; }
void SetShadowDirty(bool b) { xe5_25_shadowDirty = b; }
void SetMuted(bool b) { xe5_26_muted = b; }
void SetThermalFlags(EThermalFlags flags) { xe6_27_thermalVisorFlags = flags; }
void SetRenderParticleDatabaseInside(bool b) { xe6_29_renderParticleDBInside = b; }
void SetTargetable(bool b) { xe7_31_targetable = b; }