Merge branch 'audio_fixes_v2' of https://github.com/HarbourMasters/Starship into audio_fixes_v2

This commit is contained in:
Sonic Dreamcaster
2024-11-18 02:28:06 -03:00
5 changed files with 13 additions and 14 deletions
-5
View File
@@ -83,11 +83,6 @@ void Lib_Texture_Mottle(u16* dst, u16* src, u8 mode) {
u8* src8;
s32 offset;
// LTODO: Causes corruption in the map, there's probably a badly extracted texture
if ((gGameState == GSTATE_MAP)) {
return;
}
dst = LOAD_ASSET(dst);
src = LOAD_ASSET(src);