Change hook prototype of GroundEntChanged to include void* parameter (bug 6050, r=psychonic).

This commit is contained in:
Peace-Maker
2014-05-05 11:40:42 -04:00
parent 217eb68455
commit cec703a059
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -282,7 +282,7 @@ public:
#ifdef GETMAXHEALTH_IS_VIRTUAL
int Hook_GetMaxHealth();
#endif
void Hook_GroundEntChangedPost();
void Hook_GroundEntChangedPost(void *pVar);
int Hook_OnTakeDamage(CTakeDamageInfoHack &info);
int Hook_OnTakeDamagePost(CTakeDamageInfoHack &info);
void Hook_PreThink();