mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 22:29:03 +00:00
Fix build (renamed var name in definiton file)
This commit is contained in:
parent
ec2f4fde93
commit
3bad82db3b
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ public:
|
|||
bool field_3995;
|
||||
bool field_3996;
|
||||
bool field_3997;
|
||||
int8 field_3998;
|
||||
int8 nFramesSinceCutsceneEnded;
|
||||
bool field_3999;
|
||||
bool field_399A;
|
||||
uint8 m_nMusicModeToBeSet;
|
||||
|
@ -110,4 +110,4 @@ VALIDATE_SIZE(cMusicManager, 0x95C);
|
|||
|
||||
extern cMusicManager MusicManager;
|
||||
extern bool g_bAnnouncementReadPosAlready; // we have a symbol of this so it was declared in .h
|
||||
float GetHeightScale();
|
||||
float GetHeightScale();
|
||||
|
|
Loading…
Reference in a new issue