mirror of https://github.com/PrimeDecomp/prime.git
CScriptAreaAttributes showSkybox uses uchar
This commit is contained in:
parent
62e9ad1c54
commit
0bdf386768
|
@ -6,7 +6,7 @@
|
||||||
#include "MetroidPrime/CWorld.hpp"
|
#include "MetroidPrime/CWorld.hpp"
|
||||||
|
|
||||||
class CScriptAreaAttributes : public CEntity {
|
class CScriptAreaAttributes : public CEntity {
|
||||||
bool x34_24_showSkybox : 1;
|
uchar x34_24_showSkybox : 1;
|
||||||
EEnvFxType x38_envFx;
|
EEnvFxType x38_envFx;
|
||||||
float x3c_envFxDensity;
|
float x3c_envFxDensity;
|
||||||
float x40_thermalHeat;
|
float x40_thermalHeat;
|
||||||
|
|
Loading…
Reference in New Issue