equal
deleted
inserted
replaced
106 cTransparentColor: Longword = $000000; |
106 cTransparentColor: Longword = $000000; |
107 |
107 |
108 cMaxHHIndex = 7; |
108 cMaxHHIndex = 7; |
109 cMaxHHs = 20; |
109 cMaxHHs = 20; |
110 cMaxSpawnPoints = 1024; |
110 cMaxSpawnPoints = 1024; |
111 cHHSurfaceWidth = 512; |
|
112 // cHHSurfaceHeigth = 256; |
|
113 |
111 |
114 cMaxEdgePoints = 16384; |
112 cMaxEdgePoints = 16384; |
115 |
113 |
116 cHHRadius = 9; |
114 cHHRadius = 9; |
117 cHHStepTicks = 38; |
115 cHHStepTicks = 38; |
|
116 cHHZ = 1000; |
|
117 cCurrHHZ = Succ(cHHZ); |
118 |
118 |
119 cKeyMaxIndex = 1023; |
119 cKeyMaxIndex = 1023; |
120 |
120 |
121 cMaxCaptions = 4; |
121 cMaxCaptions = 4; |
122 |
122 |