Home
last modified time | relevance | path

Searched refs:questType (Results 1 – 1 of 1) sorted by relevance

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A DQuestsManager.cpp332 guint32 questType, hero; in load() local
335 questType = Quest::questTypeFromString(quest_type_str); in load()
338 debug("quest load: type = " << questType << ", heroId = " << hero); in load()
341 switch (static_cast<Quest::Type>(questType)) { in load()