mirror of
https://github.com/celisej567/source-sdk-2013.git
synced 2026-09-23 20:09:45 +03:00
@@ -929,7 +929,7 @@ bool ScriptIsClient()
|
||||
// Notification printing on the right edge of the screen
|
||||
void NPrint( int pos, const char* fmt )
|
||||
{
|
||||
engine->Con_NPrintf(pos, fmt);
|
||||
engine->Con_NPrintf( pos, "%s", fmt );
|
||||
}
|
||||
|
||||
void NXPrint( int pos, int r, int g, int b, bool fixed, float ftime, const char* fmt )
|
||||
@@ -943,7 +943,7 @@ void NXPrint( int pos, int r, int g, int b, bool fixed, float ftime, const char*
|
||||
info.color[2] = b / 255.f;
|
||||
info.fixed_width_font = fixed;
|
||||
|
||||
engine->Con_NXPrintf( &info, fmt );
|
||||
engine->Con_NXPrintf( &info, "%s", fmt );
|
||||
}
|
||||
|
||||
static float IntervalPerTick()
|
||||
|
||||
Reference in New Issue
Block a user