version 1.72 | | version 1.73 |
---|
| | |
/* | | /* |
* static char *rcsid_attack_c = | | * static char *rcsid_attack_c = |
* "$Id: attack.c,v 1.72 2002/09/01 06:32:30 mwedel Exp $"; | | * "$Id: attack.c,v 1.73 2002/09/05 06:11:40 mwedel Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
CFP.Value[8] = &l; | | CFP.Value[8] = &l; |
CFP.Value[9] = hitter->current_weapon->event_hook[k]; | | CFP.Value[9] = hitter->current_weapon->event_hook[k]; |
CFP.Value[10]= hitter->current_weapon->event_options[k]; | | CFP.Value[10]= hitter->current_weapon->event_options[k]; |
| | if (findPlugin(hitter->current_weapon->event_plugin[k])>=0) |
(PlugList[findPlugin(hitter->current_weapon->event_plugin[k])].eventfunc) (&CFP); | | (PlugList[findPlugin(hitter->current_weapon->event_plugin[k])].eventfunc) (&CFP); |
} | | } |
}; | | }; |