Home
last modified time | relevance | path

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

/dports/games/barony/Barony-3.3.7/src/
H A Dinit_game.cpp697 Uint32 timetoshutdown = SDL_GetTicks(); in deinitGame() local
698 while ( SDL_GetTicks() - timetoshutdown < 500 ) in deinitGame()