summaryrefslogtreecommitdiff
path: root/src/d_loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/d_loop.c')
-rw-r--r--src/d_loop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/d_loop.c b/src/d_loop.c
index 6b7cf6cd..617302a5 100644
--- a/src/d_loop.c
+++ b/src/d_loop.c
@@ -176,6 +176,7 @@ static boolean BuildNewTic(void)
}
//printf ("mk:%i ",maketic);
+ memset(&cmd, 0, sizeof(ticcmd_t));
loop_interface->BuildTiccmd(&cmd, maketic);
#ifdef FEATURE_MULTIPLAYER