network_data.h
changeset 2498 befad2fe53d2
parent 2436 177cb6a8339f
child 2859 d45695cd3e98
--- a/network_data.h	Thu Oct 06 18:28:27 2005 +0000
+++ b/network_data.h	Fri Oct 07 07:35:15 2005 +0000
@@ -35,7 +35,7 @@
 
 typedef struct CommandPacket {
 	struct CommandPacket *next;
-	byte player;   /// player that is executing the command (PlayerID)
+	PlayerID player; /// player that is executing the command
 	uint32 cmd;    /// command being executed
 	uint32 p1;     /// parameter p1
 	uint32 p2;     /// parameter p2