rnd-19981024-1
[rocksndiamonds.git] / src / network.c
index 092de4d0a3d55819e61c87d3a3e0601b2be4f4d9..a58c6621eb1b1a3e43975a9c1577101f9a6f5e4c 100644 (file)
@@ -568,7 +568,7 @@ static void Handle_OP_MOVE_FIGURE(unsigned int len)
 
   /* copy valid player actions */
   for (i=0; i<MAX_PLAYERS; i++)
-    network_player_action[i] =
+    stored_player[i].action =
       (i < len - 6 && stored_player[i].active ? buf[6 + i] : 0);
 
   network_player_action_received = TRUE;