mirror of
https://github.com/halpz/re3.git
synced 2025-06-28 06:16:21 +00:00
some vehicle cleanup
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user