mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 13:44:56 +00:00
Working CScriptGunTurret
This commit is contained in:
@@ -43,6 +43,7 @@ bool CDecalDataFactory::CreateDPSM(CDecalDescription* desc, CInputStream& in, CS
|
||||
case SBIG('1TEX'):
|
||||
case SBIG('1ADD'):
|
||||
loadFirstDesc = true;
|
||||
[[fallthrough]];
|
||||
case SBIG('2LFT'):
|
||||
case SBIG('2SZE'):
|
||||
case SBIG('2ROT'):
|
||||
|
||||
@@ -710,6 +710,7 @@ void CElementGen::UpdateLightParameters() {
|
||||
if (CRealElement* lsla = desc->x11c_x108_LSLA.get())
|
||||
lsla->GetValue(x74_curFrame, x334_LSLA);
|
||||
}
|
||||
[[fallthrough]];
|
||||
}
|
||||
case LightType::Directional: {
|
||||
if (x308_lightType != LightType::Custom) {
|
||||
|
||||
Reference in New Issue
Block a user