Home
last modified time | relevance | path

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

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A DMoveResult.h71 bool getComputerGotQuest() const {return d_computer_got_quest;} in getComputerGotQuest() function
H A Dplayer.cpp863 got_quest = result->getComputerGotQuest(); in stackMove()