diff options
Diffstat (limited to 'mp/src/game/shared/gamemovement.cpp')
| -rw-r--r-- | mp/src/game/shared/gamemovement.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mp/src/game/shared/gamemovement.cpp b/mp/src/game/shared/gamemovement.cpp index 8de6fc32..8b5921bd 100644 --- a/mp/src/game/shared/gamemovement.cpp +++ b/mp/src/game/shared/gamemovement.cpp @@ -518,7 +518,7 @@ void CGameMovement::DiffPrint( char const *fmt, ... ) #endif // !PREDICTION_ERROR_CHECK_LEVEL #ifndef _XBOX -void COM_Log( char *pszFile, const char *fmt, ...) +void COM_Log( const char *pszFile, const char *fmt, ...) { va_list argptr; char string[1024]; |