mirror of https://github.com/PrimeDecomp/prime.git
Restore CActorParameters's CHECK_SIZEOF
This commit is contained in:
parent
677e291efe
commit
d760e6b26b
|
@ -143,6 +143,6 @@ private:
|
||||||
float x60_fadeOutTime;
|
float x60_fadeOutTime;
|
||||||
float x64_thermalMag;
|
float x64_thermalMag;
|
||||||
};
|
};
|
||||||
// CHECK_SIZEOF(CActorParameters, 0x68)
|
CHECK_SIZEOF(CActorParameters, 0x68)
|
||||||
|
|
||||||
#endif // _CACTORPARAMETERS
|
#endif // _CACTORPARAMETERS
|
||||||
|
|
Loading…
Reference in New Issue