mirror of
https://github.com/halpz/re3.git
synced 2025-07-15 12:48:14 +00:00
More more more audio
This commit is contained in:
@ -4,14 +4,14 @@
|
||||
|
||||
struct RwObjectNameIdAssocation
|
||||
{
|
||||
char *name;
|
||||
const char *name;
|
||||
int32 hierId;
|
||||
uint32 flags;
|
||||
};
|
||||
|
||||
struct RwObjectNameAssociation
|
||||
{
|
||||
char *name;
|
||||
const char *name;
|
||||
RwFrame *frame;
|
||||
};
|
||||
|
||||
|
@ -1038,7 +1038,7 @@ CVehicleModelInfo::SetEnvironmentMap(void)
|
||||
void
|
||||
CVehicleModelInfo::LoadEnvironmentMaps(void)
|
||||
{
|
||||
char *texnames[] = {
|
||||
const char *texnames[] = {
|
||||
"reflection01", // only one used
|
||||
"reflection02",
|
||||
"reflection03",
|
||||
|
Reference in New Issue
Block a user