mirror of
https://github.com/zeldaret/st
synced 2026-06-07 20:01:46 -04:00
OverlayManager offsets
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user