fixed some replay bugs

This commit is contained in:
Nikolay Korolev 2020-12-12 23:05:12 +03:00
commit 01c95378e1
5 changed files with 61 additions and 3 deletions

View file

@ -251,4 +251,7 @@ private:
friend class cAudioManager;
friend class CGarage;
#ifdef FIX_BUGS
friend class CReplay;
#endif
};