Removed all warnings.

This commit is contained in:
David Anderson
2004-04-01 05:53:22 +00:00
parent b0e6ea16ce
commit 4f4c87d9b2
15 changed files with 117 additions and 82 deletions

View File

@ -720,7 +720,7 @@ void MessageBegin_Post(int msg_dest, int msg_type, const float *pOrigin, edict_t
#else
int *z = (int*)ptr + 0x16C;
#endif
int stop = ed->v.armorvalue;
int stop = (int)ed->v.armorvalue;
*z = stop;
ed->v.armorvalue = stop;
}