network_gui.c
changeset 3692 01468bf49e8b
parent 3470 9dc3e8d2fde1
child 3860 ca80f6d89fa1
--- a/network_gui.c	Sat Apr 29 09:47:43 2006 +0000
+++ b/network_gui.c	Sat Apr 29 14:31:16 2006 +0000
@@ -27,7 +27,7 @@
 #define BTC 15
 
 typedef struct network_d {
-	byte company;            // select company in network lobby
+	PlayerID company;        // select company in network lobby
 	byte field;              // select text-field in start-server and game-listing
 	NetworkGameList *server; // selected server in lobby and game-listing
 	FiosItem *map;           // selected map in start-server
@@ -1004,7 +1004,7 @@
 //  and also makes able to give money to them, kick them (if server)
 //  and stuff like that.
 
-extern void DrawPlayerIcon(int p, int x, int y);
+extern void DrawPlayerIcon(PlayerID pid, int x, int y);
 
 // Every action must be of this form
 typedef void ClientList_Action_Proc(byte client_no);