Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/adl/
H A Dadl.h334 int o_goSouth(ScriptEnv &e) { return goDirection(e, IDI_DIR_SOUTH); } in o_goSouth() function
H A Dadl.cpp473 _actOpcodes[0x16] = opcode(&AdlEngine::o_goSouth); in setupOpcodeTables()
/dports/games/scummvm/scummvm-2.5.1/engines/adl/
H A Dadl.h350 int o_goSouth(ScriptEnv &e) { return goDirection(e, IDI_DIR_SOUTH); } in o_goSouth() function
H A Dadl.cpp477 _actOpcodes[0x16] = opcode(&AdlEngine::o_goSouth); in setupOpcodeTables()