Jump to content

Home

Prob with fire functions


XSeth2kX

Recommended Posts

Linking...

Creating library ../Final/jk2mpgamex86.lib and object ../Final/jk2mpgamex86.exp

g_weapon.obj : error LNK2001: unresolved external symbol _f

../Final/jk2mpgamex86.dll : fatal error LNK1120: 1 unresolved externals

Error executing link.exe.

 

=======================================================================

FLAME_THROWER

=======================================================================

*/

void Weapon_fire_flame (gentity_t *ent ) {

gentity_t *m;

 

m = fire_flame(ent, muzzle, forward);

m->damage *= s_quadFactor;

m->splashDamage *= s_quadFactor;

}

 

 

 

case WP_FLAMETHROWER :

Weapon_fire_flame( ent );

break;

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...