1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Add RMG option "forcePortal"

This commit is contained in:
Tomasz Zieliński
2024-07-29 20:36:23 +02:00
parent dbcd7677ac
commit f4f416eb16
6 changed files with 47 additions and 20 deletions

View File

@@ -75,7 +75,8 @@ enum class EConnectionType
GUARDED = 0, //default
FICTIVE,
REPULSIVE,
WIDE
WIDE,
FORCE_PORTAL
};
enum class ERoadOption