main_gui.c
changeset 4824 ddbd525a04d0
parent 4822 ff5230aeb132
child 4830 0ff2a14e90be
--- a/main_gui.c	Thu Oct 12 11:30:16 2006 +0000
+++ b/main_gui.c	Thu Oct 12 11:42:57 2006 +0000
@@ -531,12 +531,7 @@
 
 static void UpdatePlayerMenuHeight(Window *w)
 {
-	uint num = 0;
-	const Player *p;
-
-	FOR_ALL_PLAYERS(p) {
-		if (p->is_active) num++;
-	}
+	byte num = ActivePlayerCount();
 
 	// Increase one to fit in PlayerList in the menu when in network
 	if (_networking && WP(w,menu_d).main_button == 9) num++;