mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 06:40:36 +00:00
few fixes
This commit is contained in:
parent
c66c45f4c8
commit
b11715608f
5 changed files with 53 additions and 11 deletions
|
@ -111,8 +111,8 @@ RwObjectNameIdAssocation heliIds[] = {
|
|||
};
|
||||
|
||||
RwObjectNameIdAssocation planeIds[] = {
|
||||
{ "wheel_front_dummy", 2, 0 },
|
||||
{ "wheel_rear_dummy", 3, 0 },
|
||||
{ "wheel_front_dummy", PLANE_WHEEL_FRONT, 0 },
|
||||
{ "wheel_rear_dummy", PLANE_WHEEL_READ, 0 },
|
||||
{ "light_tailplane", PLANE_POS_LIGHT_TAIL, VEHICLE_FLAG_POS | CLUMP_FLAG_NO_HIERID },
|
||||
{ "light_left", PLANE_POS_LIGHT_LEFT, VEHICLE_FLAG_POS | CLUMP_FLAG_NO_HIERID },
|
||||
{ "light_right", PLANE_POS_LIGHT_RIGHT, VEHICLE_FLAG_POS | CLUMP_FLAG_NO_HIERID },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue