mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
Missing change
This commit is contained in:
parent
43a1e691e4
commit
8ef7daf45a
@ -47,8 +47,8 @@ enum class EEventType
|
||||
EVENT_NOT_AVAILABLE
|
||||
};
|
||||
|
||||
const std::array<std::string, 4> SelectModeString{"selectFirst", "selectPlayer", "selectRandom", "selectAll"};
|
||||
const std::array<std::string, 6> VisitModeString{"unlimited", "once", "hero", "bonus", "limiter", "player"};
|
||||
constexpr std::array<std::string_view, 4> SelectModeString{"selectFirst", "selectPlayer", "selectRandom", "selectAll"};
|
||||
constexpr std::array<std::string_view, 6> VisitModeString{"unlimited", "once", "hero", "bonus", "limiter", "player"};
|
||||
|
||||
struct DLL_LINKAGE ResetInfo
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user