mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-06 14:20:11 +00:00
Remove and change some fake matches (#910)
* remove fake match * remove another fake match * move globalCtx temp * remove more fake matches * remove commented lines * this is it I promise
This commit is contained in:
parent
0042acb539
commit
17c79a8f60
8 changed files with 17 additions and 33 deletions
|
@ -1098,7 +1098,6 @@ void DemoEffect_UpdateLightEffect(DemoEffect* this, GlobalContext* globalCtx) {
|
|||
}
|
||||
|
||||
if (globalCtx->sceneNum == SCENE_TOKINOMA && gSaveContext.sceneSetupIndex == 14) {
|
||||
// do {} while(0) necessary to match
|
||||
do {
|
||||
if (globalCtx->csCtx.npcActions[this->csActionId]->action == 2) {
|
||||
Audio_PlayActorSound2(&this->actor, NA_SE_EV_LIGHT_GATHER - SFX_FLAG);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue