Fix map offset when toggling mirror mode (#938)

Co-authored-by: Nathan Mena <natemena153+git@gmail.com>
This commit is contained in:
Nathan Mena
2026-05-12 06:12:38 -06:00
committed by GitHub
parent 39b546b81f
commit a4f25ecb28
2 changed files with 17 additions and 0 deletions
+3
View File
@@ -223,6 +223,9 @@ private:
/* 0x8F */ u8 field_0x8f;
/* 0x90 */ u8 field_0x90;
/* 0x91 */ u8 field_0x91;
#if TARGET_PC
bool previousMirror;
#endif
}; // Size: 0x94
class dMap_HIO_list_c : public dMpath_HIO_n::hioList_c {