rnd-19981105-1
[rocksndiamonds.git] / src / network.c
index 3989065e51c59d6b4ba7660bab17b6e14523a71f..65d186918016461cc33c6b8c894f093de93fda97 100644 (file)
@@ -580,7 +580,7 @@ static void Handle_OP_MOVE_FIGURE(unsigned int len)
 
   /* copy valid player actions */
   for (i=0; i<MAX_PLAYERS; i++)
-    stored_player[i].action =
+    stored_player[i].effective_action =
       (i < len - 6 && stored_player[i].active ? buf[6 + i] : 0);
 
   network_player_action_received = TRUE;