1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-02-19 05:15:18 +00:00

Remove useless return in z_en_encount2.c

This commit is contained in:
Roman971 2022-06-05 00:00:17 +02:00
parent d1f0585443
commit 9e84fdf11d

View file

@ -111,7 +111,6 @@ void EnEncount2_Wait(EnEncount2* this, PlayState* play) {
}
break;
}
return;
}
void EnEncount2_SpawnRocks(EnEncount2* this, PlayState* play) {