mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-13 20:00:34 +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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue