summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBen Millwood <thebenmachine@gmail.com>2009-10-03 13:03:25 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:16:26 +0000
commit985e0fc9942d331fdac5b4cce1b3dfad66dbed58 (patch)
tree9093bdb59dcef6dfbdcba1212638370876b80922 /src
parenta6ac7de859b998f277f44c2b1dbd61b65acdca4d (diff)
chomp a warning
Diffstat (limited to 'src')
-rw-r--r--src/game/g_cmds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c
index 3bcb1c64..378a5305 100644
--- a/src/game/g_cmds.c
+++ b/src/game/g_cmds.c
@@ -2563,6 +2563,7 @@ void Cmd_Build_f( gentity_t *ent )
break;
default:
+ err = -1; // stop uninitialised warning
break;
}