mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-06 17:49:58 +00:00
Merge branch 'master' of git://github.com/GTAmodding/re3 into eray
This commit is contained in:
commit
4a3138f384
11 changed files with 466 additions and 57 deletions
|
@ -16,8 +16,6 @@ int32 &gNumRetunePresses = *(int32*)0x650B80;
|
|||
wchar *pCurrentStation = (wchar*)0x650B9C;
|
||||
uint8 &cDisplay = *(uint8*)0x650BA1;
|
||||
|
||||
//WRAPPER void cMusicManager::DisplayRadioStationName(void) { EAXJMP(0x57E6D0); }
|
||||
|
||||
bool cMusicManager::PlayerInCar()
|
||||
{
|
||||
if (!FindPlayerVehicle())
|
||||
|
@ -44,6 +42,9 @@ bool cMusicManager::PlayerInCar()
|
|||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
WRAPPER void cMusicManager::DisplayRadioStationName(void) { EAXJMP(0x57E6D0); }
|
||||
#else
|
||||
void cMusicManager::DisplayRadioStationName()
|
||||
{
|
||||
int8 pRetune;
|
||||
|
@ -170,3 +171,4 @@ void cMusicManager::DisplayRadioStationName()
|
|||
CFont::DrawFonts();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue