mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 02:10:35 +00:00
More refs removed
This commit is contained in:
parent
4b602940eb
commit
b1fc7bc533
21 changed files with 111 additions and 109 deletions
|
@ -15,10 +15,10 @@
|
|||
#include "sampman.h"
|
||||
#include "patcher.h"
|
||||
|
||||
cMusicManager &MusicManager = *(cMusicManager *)0x8F3964;
|
||||
int32 &gNumRetunePresses = *(int32 *)0x650B80;
|
||||
int32 &gRetuneCounter = *(int32*)0x650B84;
|
||||
bool& bHasStarted = *(bool*)0x650B7C;
|
||||
cMusicManager MusicManager;
|
||||
int32 gNumRetunePresses;
|
||||
int32 gRetuneCounter;
|
||||
bool bHasStarted;
|
||||
|
||||
const int maxVolume = 127;
|
||||
|
||||
|
|
|
@ -86,4 +86,4 @@ public:
|
|||
|
||||
static_assert(sizeof(cMusicManager) == 0x95C, "cMusicManager: error");
|
||||
|
||||
extern cMusicManager &MusicManager;
|
||||
extern cMusicManager MusicManager;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue