1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-09-28 20:46:19 +00:00

Fix build (renamed var name in definiton file)

This commit is contained in:
shfil 2020-09-19 20:45:57 +02:00 committed by GitHub
parent ec2f4fde93
commit 3bad82db3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();