diff options
author | Mikko Tiusanen <ams@daug.net> | 2015-01-25 23:47:16 +0200 |
---|---|---|
committer | Mikko Tiusanen <ams@daug.net> | 2015-01-25 23:47:16 +0200 |
commit | 56382169c394bc6a1e63a91fdd59b58ac3974986 (patch) | |
tree | ca7b9e762d4dfc7a11bc01e7dcbe072f465dc343 /src/cgame/cg_event.c | |
parent | 67948a489d2a07b94b6d5a3eeb2b642146865a61 (diff) |
Fixed compiler warnings in all game, cgame sources.
Diffstat (limited to 'src/cgame/cg_event.c')
-rw-r--r-- | src/cgame/cg_event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgame/cg_event.c b/src/cgame/cg_event.c index 4dc548f..8ebb5af 100644 --- a/src/cgame/cg_event.c +++ b/src/cgame/cg_event.c @@ -1024,7 +1024,7 @@ void CG_EntityEvent( centity_t *cent, vec3_t position ) CG_AlienBuildableExplosion( position, dir, es->modelindex ); if ( es->modelindex == BA_A_SPITEFUL_ABCESS ) - CG_AlienSPITEFUL_ABCESSExplosion( position, dir ); + CG_AlienSpitefulAbcessExplosion( position, dir ); CG_InduceViewQuake( position, BUILDABLE_EXPLOSION_QUAKE ); break; |