mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-03 05:31:17 +00:00
remove misc offset comments from mxtransitionmanager.h
This commit is contained in:
parent
05e5e2d77a
commit
c3aa91518b
@ -30,7 +30,6 @@ class MxTransitionManager : public MxCore
|
|||||||
return !strcmp(name, MxTransitionManager::ClassName()) || MxCore::IsA(name);
|
return !strcmp(name, MxTransitionManager::ClassName()) || MxCore::IsA(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x1004baa0
|
|
||||||
virtual MxResult GetDDrawSurfaceFromVideoManager(); // vtable+0x14
|
virtual MxResult GetDDrawSurfaceFromVideoManager(); // vtable+0x14
|
||||||
|
|
||||||
enum TransitionType {
|
enum TransitionType {
|
||||||
@ -43,7 +42,6 @@ class MxTransitionManager : public MxCore
|
|||||||
BROKEN // Unknown what this is supposed to be, it locks the game up
|
BROKEN // Unknown what this is supposed to be, it locks the game up
|
||||||
};
|
};
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x1004bb70
|
|
||||||
MxResult StartTransition(TransitionType p_animationType, MxS32 p_speed, MxU8 p_unk, MxBool p_playMusicInAnim);
|
MxResult StartTransition(TransitionType p_animationType, MxS32 p_speed, MxU8 p_unk, MxBool p_playMusicInAnim);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user