mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
CPathfinder: move flying into options and add walk on sea
This commit is contained in:
@@ -281,6 +281,8 @@ class CPathfinder : private CGameInfoCallback
|
||||
private:
|
||||
enum class EOptions
|
||||
{
|
||||
FLYING,
|
||||
WALKING_ON_SEA,
|
||||
EMBARK_AND_DISEMBARK,
|
||||
TELEPORT_TWO_WAY, // Two-way monoliths and Subterranean Gate
|
||||
TELEPORT_ONE_WAY, // One-way monoliths with one known exit only
|
||||
|
||||
Reference in New Issue
Block a user