Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dgame_info.h50 uint32 _coverWaypointCount; variable
77 uint32 getCoverWaypointCount() const { return _coverWaypointCount; } in getCoverWaypointCount()
H A Dgame_info.cpp48 _coverWaypointCount = 0; in GameInfo()
75 _coverWaypointCount = s->readUint32LE(); /* 16 */ in open()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dgame_info.h50 uint32 _coverWaypointCount; variable
77 uint32 getCoverWaypointCount() const { return _coverWaypointCount; } in getCoverWaypointCount()
H A Dgame_info.cpp48 _coverWaypointCount = 0; in GameInfo()
75 _coverWaypointCount = s->readUint32LE(); /* 16 */ in open()