OverlayManager offsets

This commit is contained in:
Yanis002
2025-07-20 17:10:18 +02:00
parent f90439260b
commit bdc0f156bb
+2 -1
View File
@@ -383,7 +383,8 @@ enum OverlaySlot_ {
class OverlayManager {
public:
OverlayIndex mLoadedOverlays[OverlaySlot_COUNT];
/* 00 */ OverlayIndex mLoadedOverlays[OverlaySlot_COUNT];
/* 48 */
void Load(OverlaySlot slot, OverlayIndex index);
void LoadIfNotLoaded(OverlaySlot slot, OverlayIndex index);