diff options
| author | oy <Tom_Adams@web.de> | 2011-07-05 23:32:32 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-07-05 23:32:32 +0200 |
| commit | e18390fea86352a98c377781d97bee1a40deae57 (patch) | |
| tree | 3b79862f6a6c7ffb0c04f663a285e43023da5e39 /src/game/client | |
| parent | 20fbe2f92c57811bb9f20b084f052339f3f678d0 (diff) | |
| download | zcatch-e18390fea86352a98c377781d97bee1a40deae57.tar.gz zcatch-e18390fea86352a98c377781d97bee1a40deae57.zip | |
fixed that client resets tuning. Closes #746
Diffstat (limited to 'src/game/client')
| -rw-r--r-- | src/game/client/gameclient.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/gameclient.cpp b/src/game/client/gameclient.cpp index 4618d7dc..7b6b1192 100644 --- a/src/game/client/gameclient.cpp +++ b/src/game/client/gameclient.cpp @@ -343,6 +343,7 @@ void CGameClient::OnReset() m_DemoSpecID = SPEC_FREEVIEW; m_FlagDropTick[TEAM_RED] = 0; m_FlagDropTick[TEAM_BLUE] = 0; + m_Tuning = CTuningParams(); } |