Home
last modified time | relevance | path

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

/dports/games/blobwars/blobwars-2.00/src/
H A DCGame.cpp48 lastComboTime = 0; in clear()
119 if (lastComboTime == 0) in doCombo()
127 lastComboTime = 25; in doCombo()
H A DCGame.h50 int lastComboTime; variable
H A Dgame.cpp770 Math::limitInt(&(--game.lastComboTime), 0, 60); in doGame()