From 284d9ed7fb9704f043220414efe0886aa2fa158e Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 21 Jul 2005 18:44:27 +0000 Subject: (svn r2663) Include variables.h only in these files which need it, not globally via openttd.h --- network.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'network.h') diff --git a/network.h b/network.h index 46d4d349d..3139a3e4d 100644 --- a/network.h +++ b/network.h @@ -5,6 +5,8 @@ #ifdef ENABLE_NETWORK +#include "player.h" + // If this line is enable, every frame will have a sync test // this is not needed in normal games. Normal is like 1 sync in 100 // frames. You can enable this if you have a lot of desyncs on a certain -- cgit v1.2.3-54-g00ecf