mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 00:27:41 +00:00
CScriptAreaAttributes showSkybox uses uchar
Former-commit-id: 0bdf386768
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include "MetroidPrime/CWorld.hpp"
|
||||
|
||||
class CScriptAreaAttributes : public CEntity {
|
||||
bool x34_24_showSkybox : 1;
|
||||
uchar x34_24_showSkybox : 1;
|
||||
EEnvFxType x38_envFx;
|
||||
float x3c_envFxDensity;
|
||||
float x40_thermalHeat;
|
||||
|
||||
Reference in New Issue
Block a user