diff options
author | shfil <filip.gawin@zoho.com> | 2020-09-19 20:45:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-19 20:45:57 +0200 |
commit | 3bad82db3b3fbcebe31f41b47a79b63e90025a61 (patch) | |
tree | f58d61e33fc5a32ce9097bd316e318dbb80a1abc /src/audio | |
parent | Fixes to MusicManager (diff) | |
download | re3-3bad82db3b3fbcebe31f41b47a79b63e90025a61.tar re3-3bad82db3b3fbcebe31f41b47a79b63e90025a61.tar.gz re3-3bad82db3b3fbcebe31f41b47a79b63e90025a61.tar.bz2 re3-3bad82db3b3fbcebe31f41b47a79b63e90025a61.tar.lz re3-3bad82db3b3fbcebe31f41b47a79b63e90025a61.tar.xz re3-3bad82db3b3fbcebe31f41b47a79b63e90025a61.tar.zst re3-3bad82db3b3fbcebe31f41b47a79b63e90025a61.zip |
Diffstat (limited to 'src/audio')
-rw-r--r-- | src/audio/MusicManager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audio/MusicManager.h b/src/audio/MusicManager.h index e1bee497..f103e84e 100644 --- a/src/audio/MusicManager.h +++ b/src/audio/MusicManager.h @@ -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();
\ No newline at end of file +float GetHeightScale(); |