From a97bcb0471b13583708aa1bfc5a64de13d614970 Mon Sep 17 00:00:00 2001 From: relnev Date: Thu, 30 Jan 2003 19:46:18 +0000 Subject: [PATCH] use psnet.h instead of psnet2.h to go inline with everything else (Taylor Richards) --- include/multimsgs.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/multimsgs.h b/include/multimsgs.h index 9179536..ee46a08 100644 --- a/include/multimsgs.h +++ b/include/multimsgs.h @@ -15,6 +15,9 @@ * Header file for the building and sending of multiplayer packets * * $Log$ + * Revision 1.5 2003/01/30 19:46:18 relnev + * use psnet.h instead of psnet2.h to go inline with everything else (Taylor Richards) + * * Revision 1.4 2002/06/09 04:41:14 relnev * added copyright header * @@ -224,7 +227,7 @@ #define MULTI_MSGS_H #include "pstypes.h" -#include "psnet2.h" +#include "psnet.h" struct net_player; struct object; -- 2.39.2