src/network/core/tcp.h
changeset 6123 87aa45c64f8f
parent 6115 c5bde03ec914
child 6153 2ecdbf81caa7
--- a/src/network/core/tcp.h	Tue Jan 30 17:19:58 2007 +0000
+++ b/src/network/core/tcp.h	Tue Jan 30 17:22:56 2007 +0000
@@ -52,6 +52,8 @@
 	PACKET_SERVER_NEWGAME,
 	PACKET_SERVER_RCON,
 	PACKET_CLIENT_RCON,
+	PACKET_SERVER_CHECK_NEWGRFS,
+	PACKET_CLIENT_NEWGRFS_CHECKED,
 	PACKET_END                   ///< Must ALWAYS be on the end of this list!! (period)
 };