mirror of
https://github.com/TTimo/doom3.gpl.git
synced 2026-03-19 16:39:24 +01:00
Fix constant string parameter.
The methode Warning of ScriptInterpreter is now const compliant. Signed-off-by: XoD <xoddark@gmail.com>
This commit is contained in:
@@ -450,7 +450,7 @@ idInterpreter::Warning
|
||||
Prints file and line number information with warning.
|
||||
============
|
||||
*/
|
||||
void idInterpreter::Warning( char *fmt, ... ) const {
|
||||
void idInterpreter::Warning( const char *fmt, ... ) const {
|
||||
va_list argptr;
|
||||
char text[ 1024 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user