Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/
H A Dultima8.h120 bool _showTouching; //!< If true, highlight items touching Avatar variable
260 return _showTouching; in isShowTouchingItems()
263 _showTouching = !_showTouching; in toggleShowTouchingItems()
H A Dultima8.cpp131 _showTouching(false), _timeOffset(0), _hasCheated(false), _cheatsEnabled(false), in Ultima8Engine()