More more more audio

This commit is contained in:
Filip Gawin
2019-08-16 20:17:15 +02:00
parent 458fc63f01
commit 2fabbc3b4c
56 changed files with 1675 additions and 964 deletions

View File

@ -4,14 +4,14 @@
struct RwObjectNameIdAssocation
{
char *name;
const char *name;
int32 hierId;
uint32 flags;
};
struct RwObjectNameAssociation
{
char *name;
const char *name;
RwFrame *frame;
};

View File

@ -1038,7 +1038,7 @@ CVehicleModelInfo::SetEnvironmentMap(void)
void
CVehicleModelInfo::LoadEnvironmentMaps(void)
{
char *texnames[] = {
const char *texnames[] = {
"reflection01", // only one used
"reflection02",
"reflection03",