Merge branch 'master' into jgrpp
# Conflicts: # src/lang/arabic_egypt.txt # src/station_cmd.cpp # src/station_cmd.h # src/timetable_cmd.cpp # src/train_cmd.cpp
This commit is contained in:
@@ -120,7 +120,7 @@ DECLARE_POSTFIX_INCREMENT(DiagDirDiff)
|
||||
* (and south-east edge). The Y axis must be so the one which goes
|
||||
* align the north-east edge (and south-west) edge.
|
||||
*/
|
||||
enum Axis {
|
||||
enum Axis : byte {
|
||||
AXIS_X = 0, ///< The X axis
|
||||
AXIS_Y = 1, ///< The y axis
|
||||
AXIS_END, ///< Used for iterations
|
||||
|
Reference in New Issue
Block a user