hedgewars/uConsts.pas
changeset 271 f2f9a3d5b441
parent 267 bf7c1503f569
child 282 b1e3387389b6
--- a/hedgewars/uConsts.pas	Thu Nov 23 22:27:47 2006 +0000
+++ b/hedgewars/uConsts.pas	Fri Nov 24 19:33:43 2006 +0000
@@ -20,6 +20,7 @@
 interface
 uses SDLh, uLocale;
 {$INCLUDE options.inc}
+{$INCLUDE proto.inc}
 type TStuff     = (sConsoleBG, sPowerBar, sQuestion, sWindBar,
                    sWindL, sWindR, sRopeNode);
      TGameState = (gsLandGen, gsStart, gsGame, gsConsole, gsExit);
@@ -77,8 +78,6 @@
       msgGettingConfig     = 'Getting game config...';
 
 const
-      cNetProtoVersion = 2;
-
       MAXNAMELEN = 32;
 
       COLOR_LAND = $00FFFFFF;