CScriptAreaAttributes showSkybox uses uchar

Former-commit-id: 0bdf386768
This commit is contained in:
Henrique Gemignani Passos Lima 2022-10-14 19:27:11 +03:00
parent add73abd49
commit 713e75c4f1
1 changed files with 1 additions and 1 deletions

View File

@ -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;