diff options
| author | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2024-11-18 02:28:06 -0300 |
|---|---|---|
| committer | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2024-11-18 02:28:06 -0300 |
| commit | d7f59ea5e217612582f5ab9fce68367a72684b37 (patch) | |
| tree | 9d73bbbe883d7db2dc16c31881b5098806502d82 /src/engine | |
| parent | dfd82cbb72ac5082bbac3b05e3b062f1c1142469 (diff) | |
| parent | ab1c87f1a3a041922d2a981bc3f2514d5ba9c72a (diff) | |
Merge branch 'audio_fixes_v2' of https://github.com/HarbourMasters/Starship into audio_fixes_v2
Diffstat (limited to 'src/engine')
| -rw-r--r-- | src/engine/fox_std_lib.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/engine/fox_std_lib.c b/src/engine/fox_std_lib.c index 3f0dfda6..638ef5b3 100644 --- a/src/engine/fox_std_lib.c +++ b/src/engine/fox_std_lib.c @@ -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); |
