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_local.h | |
parent | 67948a489d2a07b94b6d5a3eeb2b642146865a61 (diff) |
Fixed compiler warnings in all game, cgame sources.
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r-- | src/cgame/cg_local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index ab3e9e6..5816a9b 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -1726,7 +1726,7 @@ void CG_DrawBuildableStatus( void ); void CG_InitBuildables( void ); void CG_HumanBuildableExplosion( vec3_t origin, vec3_t dir, int buildable ); void CG_AlienBuildableExplosion( vec3_t origin, vec3_t dir, int buildable ); - +void CG_AlienSpitefulAbcessExplosion( vec3_t origin, vec3_t dir ); void CG_DrawChatBubble( void ); int CG_SortDistance( const void *a, const void *b ); |