mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-04 05:19:59 +00:00
few fixes
This commit is contained in:
parent
c66c45f4c8
commit
b11715608f
5 changed files with 53 additions and 11 deletions
|
@ -2,6 +2,13 @@
|
|||
|
||||
#include "Vehicle.h"
|
||||
|
||||
enum ePlaneNodes
|
||||
{
|
||||
PLANE_WHEEL_FRONT = 2,
|
||||
PLANE_WHEEL_READ,
|
||||
NUM_PLANE_NODES
|
||||
};
|
||||
|
||||
enum ePlanePositions
|
||||
{
|
||||
PLANE_POS_LIGHT_LEFT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue