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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/g_buildable.c b/src/game/g_buildable.c
index 059cff1f..867804fd 100644
--- a/src/game/g_buildable.c
+++ b/src/game/g_buildable.c
@@ -2163,6 +2163,8 @@ qboolean G_ValidateBuild( gentity_t *ent, buildable_t buildable )
G_buildItem( ent, buildable, origin, ent->s.apos.trBase );
return qtrue;
}
+
+ return qfalse;
}
/*