rnd-19981013-3
[rocksndiamonds.git] / src / network.c
index d92a09093dc30b904ab0707cc327723e2fd29fea..82f406d61382f39df2fa06fc15870d5497a5e989 100644 (file)
@@ -516,6 +516,9 @@ static void Handle_OP_MOVE_FIGURE()
   int frame_nr;
   int i;
 
+  if (!network_playing)
+    return;
+
   frame_nr =
     (buf[2] << 24) | (buf[3] << 16) | (buf[4] << 8) | (buf[5]);