changeset 6975 | 2587acdf0d23 |
parent 6941 | 228c0ab239f1 |
child 6982 | 8d41d22a291d |
6974:2d3beb445d64 | 6975:2587acdf0d23 |
---|---|
153 |
153 |
154 cBarrelHealth = 60; |
154 cBarrelHealth = 60; |
155 cShotgunRadius = 22; |
155 cShotgunRadius = 22; |
156 cBlowTorchC = 6; |
156 cBlowTorchC = 6; |
157 |
157 |
158 {$IFDEF SDL13} |
|
159 cKeyMaxIndex = SDL_NUM_SCANCODES; |
|
160 {$ELSE} |
|
161 cKeyMaxIndex = 1023; |
158 cKeyMaxIndex = 1023; |
162 {$ENDIF} |
|
163 |
159 |
164 |
160 |
165 // do not change this value |
161 // do not change this value |
166 cDefaultZoomLevel = 2.0; |
162 cDefaultZoomLevel = 2.0; |
167 |
163 |