fixed forwards passing floats as cells to the core

fixed pfn_playbackevent missing a parameter
This commit is contained in:
Borja Ferrer
2006-02-13 20:03:39 +00:00
parent 472613d973
commit a8c01e4865
3 changed files with 20 additions and 20 deletions

View File

@ -254,7 +254,7 @@ forward client_impulse(id, impulse);
forward pfn_think(entid);
/* Called when an event is played */
forward pfn_playbackevent(flags, entid, eventid, Float:delay, Float:Origin[3], Float:Angles[3], Float:fparam1, Float:fparam2, iparam1, iparam2, bparam2);
forward pfn_playbackevent(flags, entid, eventid, Float:delay, Float:Origin[3], Float:Angles[3], Float:fparam1, Float:fparam2, iparam1, iparam2, bparam1, bparam2);
/* Called when an entity gets a keyvalue set on it from the engine (ie: map load) Use copy_keyvalue to get the keyvalue information */
forward pfn_keyvalue(entid);