Home
last modified time | relevance | path

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

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A DMoveResult.cpp30 bool d_computer_searched_ruin; variable
37 d_computer_searched_ruin(false), d_computer_got_quest(false), in MoveResult()
53 d_computer_searched_ruin = searched_ruin; in fillData()
H A DMoveResult.h76 void setComputerSearchedRuin(bool searched) {d_computer_searched_ruin = searched;} in setComputerSearchedRuin()
77 bool getComputerSearchedRuin() {return d_computer_searched_ruin;} in getComputerSearchedRuin()
100 bool d_computer_searched_ruin; variable