Update AMTL submodule from upstream and reflect changes

This commit is contained in:
Arkshine
2015-08-26 11:15:07 +02:00
parent 224239f5a1
commit 0005d1a6b5
3 changed files with 5 additions and 13 deletions

View File

@ -867,7 +867,7 @@ DETOUR_DECL_STATIC3_VAR(SV_DropClient, void, client_t*, cl, qboolean, crash, con
va_list ap;
va_start(ap, format);
ke::SafeVsnprintf(buffer, sizeof(buffer) - 1, format, ap);
ke::SafeVsprintf(buffer, sizeof(buffer) - 1, format, ap);
va_end(ap);
CPlayer *pPlayer;