mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Handle RoadType by value / reference
This commit is contained in:
@@ -859,6 +859,7 @@ namespace Road
|
||||
enum ERoad : ui8
|
||||
{
|
||||
NO_ROAD = 0,
|
||||
FIRST_REGULAR_ROAD = 1,
|
||||
DIRT_ROAD = 1,
|
||||
GRAVEL_ROAD = 2,
|
||||
COBBLESTONE_ROAD = 3,
|
||||
|
||||
Reference in New Issue
Block a user