Home
last modified time | relevance | path

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

/dports/games/kartofel/kartofel-1.2/
H A Dgame.h107 STEP_MILLISECONDS = 30, enumerator
H A Dsaved_game.cc187 int tlms = time_left * STEP_MILLISECONDS / STEP_TS; in Verify()
H A Dplay.cc728 if (-1 == SDL_setFramerate(&fps_manager, 1000 / STEP_MILLISECONDS)) { in Init()
1055 int tlms = time_left * STEP_MILLISECONDS / STEP_TS; in FormattedTimeLeft()