rnd-20060329-2-src
[rocksndiamonds.git] / src / events.c
index b54623d4e030fbdff367497aad6f1788bbeb3df4..a818d96a57ea553433eb193846ca60c585005371 100644 (file)
@@ -697,7 +697,7 @@ void HandleKey(Key key, int key_status)
       TapeTogglePause(TAPE_TOGGLE_MANUAL);
   }
 
-  if (game_status == GAME_MODE_PLAYING)
+  if (game_status == GAME_MODE_PLAYING && !network_playing)
   {
     int centered_player_nr_next = -999;