summaryrefslogtreecommitdiff
path: root/src/game/g_buildable.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_buildable.c')
-rw-r--r--src/game/g_buildable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/g_buildable.c b/src/game/g_buildable.c
index 34136909..a61b0eff 100644
--- a/src/game/g_buildable.c
+++ b/src/game/g_buildable.c
@@ -3103,7 +3103,7 @@ static itemBuildError_t G_SufficientBPAvailable( buildable_t buildable,
}
else
{
- Com_Error( ERR_FATAL, "team is %d\n", team );
+ Com_Error( ERR_FATAL, "team is %d", team );
return IBE_NONE;
}
@@ -3464,7 +3464,7 @@ itemBuildError_t G_CanBuild( gentity_t *ent, buildable_t buildable, int distance
break;
default:
- Com_Error( ERR_FATAL, "No reason for denying build of %d\n", buildable );
+ Com_Error( ERR_FATAL, "No reason for denying build of %d", buildable );
break;
}
}