summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2025-02-21 17:24:51 -0800
committerGitHub <noreply@github.com>2025-02-21 17:24:51 -0800
commita96c93d9363c72010eace4e32c053e012afe5b9a (patch)
tree54a474543dd81929156ca16f513b0de295d87de8 /src/code
parent8d9750652edea9cdd35bace306497f866d32f4e8 (diff)
Small Misc fix cleanups (#1797)
* MapDisp_AllocDungeonMap * func_80B833C4 * func_80ABD92C * EnFirefly comment offsets
Diffstat (limited to 'src/code')
-rw-r--r--src/code/z_map_disp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_map_disp.c b/src/code/z_map_disp.c
index c356c9f43..5bbe997c8 100644
--- a/src/code/z_map_disp.c
+++ b/src/code/z_map_disp.c
@@ -1174,7 +1174,7 @@ void* MapDisp_AllocDungeonMap(PlayState* play, void* heap) {
if (!foundTexture) {
sPauseDungeonMap.roomSprite[sceneRoomIter] = NULL;
} else {
- void* dummy = sPauseDungeonMap.mapI_roomTextures[dungeonMapRoomIter]; //! FAKE:
+ s32 requiredScopeTemp;
sPauseDungeonMap.roomSprite[sceneRoomIter] = sPauseDungeonMap.mapI_roomTextures[dungeonMapRoomIter];
}