Home
last modified time | relevance | path

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

/dports/games/sdb/sdb-1.0.2/src/
H A Dgame.cpp389 int startCX, startCY, endCX, endCY; in hasLineOfSight() local
392 currLevel.cellNumber(end, &endCX, &endCY); in hasLineOfSight()
394 if (startCX <= endCX) in hasLineOfSight()
395 { minCX = startCX; maxCX = endCX; } in hasLineOfSight()
397 { minCX = endCX; maxCX = startCX; } in hasLineOfSight()