mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-13 03:30:32 +00:00
Removed refs from sampman
This commit is contained in:
parent
bc764a7e7c
commit
c1fcb7bd43
2 changed files with 33 additions and 69 deletions
|
@ -135,8 +135,8 @@ public:
|
|||
bool InitialiseSampleBanks(void);
|
||||
};
|
||||
|
||||
extern cSampleManager &SampleManager;
|
||||
extern int32 (&BankStartOffset)[MAX_SAMPLEBANKS];
|
||||
extern cSampleManager SampleManager;
|
||||
extern int32 BankStartOffset[MAX_SAMPLEBANKS];
|
||||
|
||||
static char StreamedNameTable[][25]=
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue