summaryrefslogtreecommitdiff
path: root/src/game/g_combat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_combat.c')
-rw-r--r--src/game/g_combat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/g_combat.c b/src/game/g_combat.c
index f820b2b0..eb17c7e2 100644
--- a/src/game/g_combat.c
+++ b/src/game/g_combat.c
@@ -737,7 +737,7 @@ void G_InitDamageLocations( void )
continue;
}
- if ( len >= MAX_LOCDAMAGE_TEXT )
+ if( len >= MAX_LOCDAMAGE_TEXT )
{
G_Printf( va( S_COLOR_RED "file too large: %s is %i, max allowed is %i", filename, len, MAX_LOCDAMAGE_TEXT ) );
trap_FS_FCloseFile( fileHandle );
@@ -762,7 +762,7 @@ void G_InitDamageLocations( void )
if ( !fileHandle )
continue;
- if ( len >= MAX_LOCDAMAGE_TEXT )
+ if( len >= MAX_LOCDAMAGE_TEXT )
{
G_Printf( va( S_COLOR_RED "file too large: %s is %i, max allowed is %i", filename, len, MAX_LOCDAMAGE_TEXT ) );
trap_FS_FCloseFile( fileHandle );