Home
last modified time | relevance | path

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

/dports/games/gigalomania/gigalomaniasrc/
H A Dgamestate.h54 const int land_height_c = 160; variable
H A Dgamestate.cpp2048 soldier->ypos = rand() % land_height_c; in update()
2722 if( xpos < 0 || xpos + size_x >= land_width_c || ypos < 0 || ypos + size_y >= land_height_c ) in validSoldierLocation()
2771 ypos = rand() % land_height_c; in refreshSoldiers()