Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mohawk/riven_stacks/
H A Dtspit.cpp71 uint32 &telescopePos = _vm->_vars["ttelescope"]; in xtexterior300_telescopedown() local
74 if (telescopePos != 1) { in xtexterior300_telescopedown()
82 video->seek(timeIntervals[telescopePos]); in xtexterior300_telescopedown()
84 video->playBlocking(timeIntervals[telescopePos - 1]); in xtexterior300_telescopedown()
88 telescopePos--; in xtexterior300_telescopedown()
115 uint32 &telescopePos = _vm->_vars["ttelescope"]; in xtexterior300_telescopeup() local
118 if (telescopePos == 5) { in xtexterior300_telescopeup()
129 video->seek(timeIntervals[telescopePos - 1]); in xtexterior300_telescopeup()
131 video->playBlocking(timeIntervals[telescopePos]); in xtexterior300_telescopeup()
135 telescopePos++; in xtexterior300_telescopeup()
/dports/games/scummvm/scummvm-2.5.1/engines/mohawk/riven_stacks/
H A Dtspit.cpp71 uint32 &telescopePos = _vm->_vars["ttelescope"]; in xtexterior300_telescopedown() local
74 if (telescopePos != 1) { in xtexterior300_telescopedown()
82 video->seek(timeIntervals[telescopePos]); in xtexterior300_telescopedown()
84 video->playBlocking(timeIntervals[telescopePos - 1]); in xtexterior300_telescopedown()
88 telescopePos--; in xtexterior300_telescopedown()
115 uint32 &telescopePos = _vm->_vars["ttelescope"]; in xtexterior300_telescopeup() local
118 if (telescopePos == 5) { in xtexterior300_telescopeup()
129 video->seek(timeIntervals[telescopePos - 1]); in xtexterior300_telescopeup()
131 video->playBlocking(timeIntervals[telescopePos]); in xtexterior300_telescopeup()
135 telescopePos++; in xtexterior300_telescopeup()