Skip to content

Commit 084e06a

Browse files
committed
reset timelimit in seconds on enter game
1 parent 52b98ee commit 084e06a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/game/client/gameclient.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,6 +1279,7 @@ void CGameClient::OnShutdown()
12791279

12801280
void CGameClient::OnEnterGame()
12811281
{
1282+
m_TimeLimitInSeconds = 0;
12821283
}
12831284

12841285
void CGameClient::OnGameOver()

0 commit comments

Comments
 (0)