Home
last modified time | relevance | path

Searched refs:getMapSqCoastOffset (Results 1 – 2 of 2) sorted by path

/dports/games/gigalomania/gigalomaniasrc/
H A Dgame.cpp682 int coast_map_x = offset_x - game_g->getMapSqCoastOffset() + 16 * x; in draw()
683 int coast_map_y = offset_y - game_g->getMapSqCoastOffset() + 16 * y; in draw()
H A Dgame.h473 int getMapSqCoastOffset() const { in getMapSqCoastOffset() function