mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-11 01:10:33 +00:00
Fix many missing NULLs (#1389)
* Fix many missing NULLs * Fix a raw actor id in en_horse
This commit is contained in:
parent
78e528d6fb
commit
2f4c25da53
42 changed files with 66 additions and 64 deletions
|
@ -132,7 +132,7 @@ void EffectSsGSplash_Update(PlayState* play, u32 index, EffectSs* this) {
|
|||
if ((this->rType == 1) && (this->life == 5)) {
|
||||
newSplashPos = this->pos;
|
||||
newSplashPos.y += ((this->rgScale * 20) * 0.002f);
|
||||
EffectSsGSplash_Spawn(play, &newSplashPos, 0, 0, 2, this->rgScale / 2);
|
||||
EffectSsGSplash_Spawn(play, &newSplashPos, NULL, NULL, 2, this->rgScale / 2);
|
||||
}
|
||||
|
||||
this->rgTexIdx += this->rgTexIdxStep;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue