Fix cut off sfx on high framerates

This commit is contained in:
Sergeanur
2021-05-28 19:03:16 +03:00
parent f2390deaa9
commit cacec36dd1
4 changed files with 51 additions and 2 deletions

View File

@ -223,6 +223,10 @@ public:
uint8 m_nUserPause;
uint8 m_nPreviousUserPause;
uint32 m_FrameCounter;
#ifdef FIX_BUGS
uint32 m_LogicalFrameCounter;
bool8 m_bLogicalFrameUpdate;
#endif
cAudioManager();
~cAudioManager();