Codechange: Remove Direction*Byte types
This commit is contained in:
@@ -268,7 +268,7 @@ public:
|
||||
int32 x_pos; ///< x coordinate.
|
||||
int32 y_pos; ///< y coordinate.
|
||||
int32 z_pos; ///< z coordinate.
|
||||
DirectionByte direction; ///< facing
|
||||
Direction direction; ///< facing
|
||||
|
||||
OwnerByte owner; ///< Which company owns the vehicle?
|
||||
/**
|
||||
|
Reference in New Issue
Block a user