remove a bunch of superfluous formatting calls
From /dev/humancontroller.
This commit is contained in:
@@ -545,7 +545,7 @@ void QDECL Com_Error ( int level, const char *error, ... ) {
|
||||
Q_vsnprintf (text, sizeof(text), error, argptr);
|
||||
va_end (argptr);
|
||||
|
||||
G_Error( "%s", text);
|
||||
trap_Error( text );
|
||||
}
|
||||
|
||||
void QDECL Com_Printf( const char *msg, ... ) {
|
||||
@@ -556,7 +556,7 @@ void QDECL Com_Printf( const char *msg, ... ) {
|
||||
Q_vsnprintf (text, sizeof(text), msg, argptr);
|
||||
va_end (argptr);
|
||||
|
||||
G_Printf ("%s", text);
|
||||
trap_Print( text );
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user