1
0
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:
Tomasz Zieliński
2022-09-26 10:20:39 +02:00
parent f804f8a326
commit 25f66097cc
7 changed files with 45 additions and 42 deletions

View File

@@ -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,