From 2cfd28b2a79fec662476dd14afaddcc67d005564 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 29 Mar 2003 05:50:54 +0000 Subject: * Missing return type fix --- src/cgame/cg_weapons.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/cgame/cg_weapons.c b/src/cgame/cg_weapons.c index f592d583..d6efba1f 100644 --- a/src/cgame/cg_weapons.c +++ b/src/cgame/cg_weapons.c @@ -242,7 +242,7 @@ static qboolean CG_ParseWeaponFile( const char *filename, weaponInfo_t *wi ) break; if( !Q_stricmp( token, "" ) ) - return; + return qfalse; if( !Q_stricmp( token, "weaponModel" ) ) { -- cgit