Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tucker/
H A Dlocations.cpp73 static const int dxTable[] = { 0, -1, -1, -1, 0, 1, 1, 1 }; in execData3PreUpdate_locationNum1Helper1() local
76 code = execData3PreUpdate_locationNum1Helper3(dxTable[i], dyTable[i]); in execData3PreUpdate_locationNum1Helper1()
82 static const int dxTable[] = { -95, 84, 110 }; in execData3PreUpdate_locationNum1Helper2() local
88 xPos = _updateLocationXPosTable[i] + dxTable[_updateLocationPos]; in execData3PreUpdate_locationNum1Helper2()
/dports/games/scummvm/scummvm-2.5.1/engines/tucker/
H A Dlocations.cpp73 static const int dxTable[] = { 0, -1, -1, -1, 0, 1, 1, 1 }; in execData3PreUpdate_locationNum1Helper1() local
76 code = execData3PreUpdate_locationNum1Helper3(dxTable[i], dyTable[i]); in execData3PreUpdate_locationNum1Helper1()
82 static const int dxTable[] = { -95, 84, 110 }; in execData3PreUpdate_locationNum1Helper2() local
88 xPos = _updateLocationXPosTable[i] + dxTable[_updateLocationPos]; in execData3PreUpdate_locationNum1Helper2()