mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 19:24:08 +00:00
CAutomobile effect stuff
This commit is contained in:
parent
0c447c70e4
commit
e200eb1a2f
9 changed files with 222 additions and 40 deletions
|
@ -79,7 +79,7 @@ RwObjectNameIdAssocation boatIds[] = {
|
|||
{ "boat_moving_hi", 1, VEHICLE_FLAG_COLLAPSE },
|
||||
{ "boat_rudder_hi", 3, VEHICLE_FLAG_COLLAPSE },
|
||||
{ "windscreen", 2, VEHICLE_FLAG_WINDSCREEN | VEHICLE_FLAG_COLLAPSE },
|
||||
{ "ped_frontseat", 0, VEHICLE_FLAG_POS | CLUMP_FLAG_NO_HIERID },
|
||||
{ "ped_frontseat", BOAT_POS_FRONTSEAT, VEHICLE_FLAG_POS | CLUMP_FLAG_NO_HIERID },
|
||||
{ nil, 0, 0 }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue