changeset 22 | 517be8dc5b76 |
parent 17 | a6bed8d31444 |
child 35 | 9367f246fb5f |
--- a/hedgewars/uConsts.pas Sun Nov 13 22:13:58 2005 +0000 +++ b/hedgewars/uConsts.pas Sun Dec 04 15:28:31 2005 +0000 @@ -91,11 +91,14 @@ cTransparentColor: Cardinal = $000000; - cMaxHHIndex = 9; - cMaxHHs = 20; + cMaxHHIndex = 9; + cMaxHHs = 20; + cMaxSpawnPoints = 64; cHHSurfaceWidth = 512; cHHSurfaceHeigth = 256; + cMaxEdgePoints = 16384; + cHHHalfHeight = 11; cKeyMaxIndex = 322;