Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/hadesch/rooms/
H A Dminotaur.cpp154 _minotaurX = 1; in MinotaurHandler()
368 getTileBase(_minotaurX, _minotaurY) - Common::Point(/*114, 117*/30+82, 33*2+52)); in renderLabyrinth()
372 if (_minotaurX >= 5) { in getMinotaurZ()
376 if (_minotaurX < 0) { in getMinotaurZ()
388 return 5000 + 150 * (_minotaurX + _minotaurY) + 60; in getMinotaurZ()
555 int _minotaurX; member in Hadesch::MinotaurHandler