From 2ee078badaa8764e82b330a7be398a6b0837a745 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 26 May 2004 06:21:37 +0000 Subject: [PATCH] Nothing important --- dlls/cstrike/cstrike.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/cstrike/cstrike.cpp b/dlls/cstrike/cstrike.cpp index fa17731b..192eefb7 100755 --- a/dlls/cstrike/cstrike.cpp +++ b/dlls/cstrike/cstrike.cpp @@ -178,7 +178,7 @@ static cell AMX_NATIVE_CALL cs_set_user_deaths(AMX *amx, cell *params) // cs_set // Update scoreboard here..? MESSAGE_BEGIN(MSG_ALL, GET_USER_MSG_ID(PLID, "ScoreInfo", NULL)); WRITE_BYTE(params[1]); - WRITE_SHORT(pPlayer->v.frags); + WRITE_SHORT((int)pPlayer->v.frags); WRITE_SHORT(params[2]); WRITE_SHORT(0); // dunno what this parameter is (doesn't seem to be vip) WRITE_SHORT(*((int *)pPlayer->pvPrivateData + OFFSET_TEAM));