mirror of
https://github.com/halpz/re3.git
synced 2025-07-26 23:52:44 +00:00
Fix build (renamed var name in definiton file)
This commit is contained in:
@ -42,7 +42,7 @@ public:
|
|||||||
bool field_3995;
|
bool field_3995;
|
||||||
bool field_3996;
|
bool field_3996;
|
||||||
bool field_3997;
|
bool field_3997;
|
||||||
int8 field_3998;
|
int8 nFramesSinceCutsceneEnded;
|
||||||
bool field_3999;
|
bool field_3999;
|
||||||
bool field_399A;
|
bool field_399A;
|
||||||
uint8 m_nMusicModeToBeSet;
|
uint8 m_nMusicModeToBeSet;
|
||||||
@ -110,4 +110,4 @@ VALIDATE_SIZE(cMusicManager, 0x95C);
|
|||||||
|
|
||||||
extern cMusicManager MusicManager;
|
extern cMusicManager MusicManager;
|
||||||
extern bool g_bAnnouncementReadPosAlready; // we have a symbol of this so it was declared in .h
|
extern bool g_bAnnouncementReadPosAlready; // we have a symbol of this so it was declared in .h
|
||||||
float GetHeightScale();
|
float GetHeightScale();
|
||||||
|
Reference in New Issue
Block a user