Home
last modified time | relevance | path

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

/dports/games/gigalomania/gigalomaniasrc/
H A Dgamestate.cpp196 const int flashingsquare_flash_time_c = 250; variable
203 if( time > flashingsquare_flash_time_c * flashing_square_n_flashes_c ) { in render()
207 bool flash = ( time / flashingsquare_flash_time_c ) % 2 == 0; in render()