Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tsage/ringworld2/
H A Dringworld2_scenes2.cpp4935 _balloonScreenPos = Common::Point(160, 100); in Scene2900()
4953 s.syncAsSint16LE(_balloonScreenPos.x); in synchronize()
4954 s.syncAsSint16LE(_balloonScreenPos.y); in synchronize()
5047 _balloonScreenPos.x = _balloonLocation.x + 40; in postInit()
5049 _balloonScreenPos.x = _balloonLocation.x - 520; in postInit()
5054 _balloonScreenPos.y = _balloonLocation.y; in postInit()
5061 R2_GLOBALS._player.setPosition(_balloonScreenPos); in postInit()
5153 _balloonScreenPos.x = _balloonLocation.x + 40; in dispatch()
5155 _balloonScreenPos.x = _balloonLocation.x - 520; in dispatch()
5158 _balloonScreenPos.y = _balloonLocation.y; in dispatch()
[all …]
H A Dringworld2_scenes2.h744 Common::Point _balloonScreenPos; variable
/dports/games/scummvm/scummvm-2.5.1/engines/tsage/ringworld2/
H A Dringworld2_scenes2.cpp4935 _balloonScreenPos = Common::Point(160, 100); in Scene2900()
4953 s.syncAsSint16LE(_balloonScreenPos.x); in synchronize()
4954 s.syncAsSint16LE(_balloonScreenPos.y); in synchronize()
5047 _balloonScreenPos.x = _balloonLocation.x + 40; in postInit()
5049 _balloonScreenPos.x = _balloonLocation.x - 520; in postInit()
5054 _balloonScreenPos.y = _balloonLocation.y; in postInit()
5061 R2_GLOBALS._player.setPosition(_balloonScreenPos); in postInit()
5153 _balloonScreenPos.x = _balloonLocation.x + 40; in dispatch()
5155 _balloonScreenPos.x = _balloonLocation.x - 520; in dispatch()
5158 _balloonScreenPos.y = _balloonLocation.y; in dispatch()
[all …]
H A Dringworld2_scenes2.h744 Common::Point _balloonScreenPos; variable