mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 05:44:08 +00:00
getting the vice city map to work
This commit is contained in:
parent
0b61ae11ec
commit
68d3ea9c42
27 changed files with 327 additions and 792 deletions
|
@ -156,10 +156,7 @@ void CGarages::Init(void)
|
|||
AudioEntity = DMAudio.CreateEntity(AUDIOTYPE_GARAGE, (void*)1);
|
||||
if (AudioEntity >= 0)
|
||||
DMAudio.SetEntityStatus(AudioEntity, 1);
|
||||
AddOne(
|
||||
CRUSHER_GARAGE_X1, CRUSHER_GARAGE_Y1, CRUSHER_GARAGE_Z1,
|
||||
CRUSHER_GARAGE_X2, CRUSHER_GARAGE_Y2, CRUSHER_GARAGE_Z2,
|
||||
GARAGE_CRUSHER, 0);
|
||||
// MIAMI: removed crusher
|
||||
}
|
||||
|
||||
#ifndef PS2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue