Home
last modified time | relevance | path

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

/dports/games/gigalomania/gigalomaniasrc/
H A Dgamestate.h334 int cannon_last_time_moved_y; variable
H A Dgamestate.cpp887 this->cannon_last_time_moved_y = -1; in PlayingGameState()
1969 if( cannon_last_time_moved_y == -1 ) in update()
1970 cannon_last_time_moved_y = game_g->getGameTime(); in update()
1986 while( game_g->getGameTime() - cannon_last_time_moved_y > 2*cannon_move_rate_c ) { in update()
1988 cannon_last_time_moved_y += 2*cannon_move_rate_c; in update()