Codechange: Remove Direction*Byte types

This commit is contained in:
Charles Pigott
2019-04-22 08:11:28 +01:00
committed by PeterN
parent 9f3928658b
commit 96097b34a5
7 changed files with 15 additions and 17 deletions

View File

@@ -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?
/**