hedgewars/uConsts.pas
changeset 109 ab0340f580c2
parent 105 e7cb9bb4a9de
child 112 ca5f06017e99
--- a/hedgewars/uConsts.pas	Fri Aug 11 20:00:29 2006 +0000
+++ b/hedgewars/uConsts.pas	Sat Aug 12 17:41:02 2006 +0000
@@ -104,7 +104,7 @@
 
       cTransparentColor: Cardinal = $000000;
 
-      cMaxHHIndex      = 9;
+      cMaxHHIndex      = 7;
       cMaxHHs          = 20;
       cMaxSpawnPoints  = 1024;
       cHHSurfaceWidth     = 512;
@@ -115,7 +115,7 @@
       cHHRadius = 9;
       cHHStepTicks = 38;
 
-      cKeyMaxIndex = 322;
+      cKeyMaxIndex = 1023;
 
       cMaxCaptions = 4;