mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-17 12:39:23 +00:00
some vehicle cleanup
This commit is contained in:
parent
575c5466df
commit
04a91761df
10 changed files with 88 additions and 100 deletions
|
@ -24,15 +24,6 @@ enum eTrainNodes
|
|||
NUM_TRAIN_NODES
|
||||
};
|
||||
|
||||
enum eTrainPositions
|
||||
{
|
||||
TRAIN_POS_LIGHT_FRONT,
|
||||
TRAIN_POS_LIGHT_REAR,
|
||||
TRAIN_POS_LEFT_ENTRY,
|
||||
TRAIN_POS_MID_ENTRY,
|
||||
TRAIN_POS_RIGHT_ENTRY
|
||||
};
|
||||
|
||||
struct CTrainNode
|
||||
{
|
||||
CVector p; // position
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue