moved (and renamed) global variable to game structure (AllPlayersGone)
[rocksndiamonds.git] / src / game.h
index 602922bdff6c207b8ddddea3e02e78f9c2648cd3..aed0ce0483c078db0dbcba53fa54b39b7769e110 100644 (file)
@@ -204,6 +204,8 @@ struct GameInfo
   int players_still_needed;
   int friends_still_needed;
 
+  boolean all_players_gone;
+
   // values for the new EMC elements
   int lenses_time_left;
   int magnify_time_left;