mirror of
https://github.com/vcmi/vcmi.git
synced 2026-06-19 22:57:37 +02:00
Missing change
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user