Fix some potiental issues

This commit is contained in:
Arkshine
2015-07-31 15:45:32 +02:00
parent 8c0534a055
commit 5987f389c6
4 changed files with 16 additions and 13 deletions

View File

@ -280,7 +280,7 @@ class CObjective {
public:
int count;
objinfo_t obj[12];
inline void Clear() { count = 0; memset(obj,0,sizeof(objinfo_s)); }
inline void Clear() { count = 0; memset(obj,0,sizeof(obj)); }
void SetKeyValue( int index, char *keyname, char *value );
void InitObj(int dest = MSG_ALL , edict_t* ed = NULL);