Home
last modified time | relevance | path

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

/dports/games/galaxyhack/galaxyhack/src/
H A DScore.cpp61 int sidesLeft = 0; in DrawWorld() local
68 ++sidesLeft; in DrawWorld()
75 else if (sidesLeft > 1) in DrawWorld()
H A DRTS.cpp268 int sidesLeft = 0; in Upkeep() local
273 ++sidesLeft; in Upkeep()
276 if (sidesLeft < 2) in Upkeep()