mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-15 01:40:35 +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 }
|
||||
};
|
||||
|
||||
|
|
|
@ -47,9 +47,6 @@ enum {
|
|||
};
|
||||
|
||||
enum {
|
||||
VEHICLE_DUMMY_BOAT_RUDDER = 0,
|
||||
VEHICLE_DUMMY_FRONT_SEATS = 2,
|
||||
VEHICLE_DUMMY_REAR_SEATS = 3,
|
||||
NUM_VEHICLE_POSITIONS = 10
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue