diff options
Diffstat (limited to 'src/game/g_weapon.c')
-rw-r--r-- | src/game/g_weapon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_weapon.c b/src/game/g_weapon.c index 731f1269..e058a769 100644 --- a/src/game/g_weapon.c +++ b/src/game/g_weapon.c @@ -350,7 +350,7 @@ void LCChargeFire( gentity_t *ent, qboolean secondary ) if( secondary ) ent->client->ps.stats[ STAT_MISC ] = LCANNON_SECONDARY_DAMAGE; - m = fire_luciferCanon( ent, muzzle, forward, ent->client->ps.stats[ STAT_MISC ] ); + m = fire_luciferCannon( ent, muzzle, forward, ent->client->ps.stats[ STAT_MISC ] ); ent->client->ps.stats[ STAT_MISC ] = 0; } |