diff options
| author | oy <Tom_Adams@web.de> | 2010-11-17 13:01:46 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-11-17 13:01:46 +0100 |
| commit | 8351682edf630d2d1ec706f0cf6406d026c7a8a4 (patch) | |
| tree | a22ae918aec5ce477fb99bfbf371b19e196fdc71 /src/game/client/gameclient.cpp | |
| parent | 994a44f6e1b821517d36f0cf20beaaf07cfca4e4 (diff) | |
| download | zcatch-8351682edf630d2d1ec706f0cf6406d026c7a8a4.tar.gz zcatch-8351682edf630d2d1ec706f0cf6406d026c7a8a4.zip | |
added constants for console types by Choupom
Diffstat (limited to 'src/game/client/gameclient.cpp')
| -rw-r--r-- | src/game/client/gameclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/gameclient.cpp b/src/game/client/gameclient.cpp index cffbf7ae..26de650e 100644 --- a/src/game/client/gameclient.cpp +++ b/src/game/client/gameclient.cpp @@ -586,7 +586,7 @@ void CGameClient::OnEnterGame() {} void CGameClient::OnRconLine(const char *pLine) { - m_pGameConsole->PrintLine(1, pLine); + m_pGameConsole->PrintLine(CGameConsole::CONSOLETYPE_REMOTE, pLine); } void CGameClient::ProcessEvents() |