fix several printf format string errors in games' code

Submitted by: Ozkan Sezer
This commit is contained in:
Yamagi Burmeister 2015-08-31 18:46:49 +02:00
parent a65b93192c
commit ee24659ba4

View file

@ -753,7 +753,7 @@ SV_Physics_Pusher(edict_t *ent)
if (pushed_p > &pushed[MAX_EDICTS])
{
gi.error(ERR_FATAL, "pushed_p > &pushed[MAX_EDICTS], memory corrupted");
gi.error("pushed_p > &pushed[MAX_EDICTS], memory corrupted");
}
if (part)