mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-11 11:02:37 -04:00
More -Wpointer-arith fixes
This commit is contained in:
+1
-1
@@ -329,7 +329,7 @@ static int phase_1(room_of_scene_class* i_this) {
|
||||
} else {
|
||||
stage_stag_info_class* stagInfo = dComIfGp_getStage()->getStagInfo();
|
||||
|
||||
if (dStage_staginfo_GetArchiveHeap(stagInfo) != NULL) {
|
||||
if (dStage_staginfo_GetArchiveHeap(stagInfo) != FALSE) {
|
||||
heap = mDoExt_getArchiveHeap();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user