Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Strategic/
H A DGame_Clock.h61 void SetGameMinutesPerSecond( UINT32 uiGameMinutesPerSecond );
H A DGame_Clock.cc512 void SetGameMinutesPerSecond( UINT32 uiGameMinutesPerSecond ) in SetGameMinutesPerSecond() argument
515 guiGameSecondsPerRealSecond = uiGameMinutesPerSecond * 60; in SetGameMinutesPerSecond()
516 SetClockResolutionPerSecond( (UINT8)uiGameMinutesPerSecond ); in SetGameMinutesPerSecond()