changeset 10421 | 87e47843018e |
parent 10354 | 56bd029245fc |
child 10483 | 1f58cb4aa773 |
10419:e19a864e2fab | 10421:87e47843018e |
---|---|
314 |
314 |
315 kSystemSoundID_Vibrate = $00000FFF; |
315 kSystemSoundID_Vibrate = $00000FFF; |
316 |
316 |
317 cMinPlayWidth = 200; |
317 cMinPlayWidth = 200; |
318 |
318 |
319 // MapGen |
|
320 mgRandom = 0; |
|
321 mgMaze = 1; |
|
322 mgPerlin = 2; |
|
323 mgDrawn = 3; |
|
324 |
|
319 implementation |
325 implementation |
320 |
326 |
321 end. |
327 end. |