mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-13 14:25:53 +00:00
CScriptAreaAttributes showSkybox uses uchar
Former-commit-id: 0bdf3867687917b8d192ec5c0fbed171df926e79
This commit is contained in:
parent
add73abd49
commit
713e75c4f1
@ -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…
x
Reference in New Issue
Block a user