Skip to content
Snippets Groups Projects
Commit fdeca534 authored by Frederik Keens's avatar Frederik Keens
Browse files

Fix Movement type

parent dcc8363b
No related branches found
No related tags found
No related merge requests found
...@@ -53,10 +53,10 @@ enum class UnitState ...@@ -53,10 +53,10 @@ enum class UnitState
enum class MovementType enum class MovementType
{ {
FOOT = 0, FOOT = 0,
TIRES = 1, WHEELED = 1,
TREAD = 2, TREAD = 2,
AIR = 3, AIR = 3,
SHIP = 4, SEA = 4,
LANDER = 5, LANDER = 5,
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment