changeset 13532 | ee77086fc5fa |
parent 13510 | 69f0f437c75a |
child 13533 | 0c8001e43fd3 |
--- a/hedgewars/uConsts.pas Fri Jul 20 15:56:43 2018 +0200 +++ b/hedgewars/uConsts.pas Fri Jul 20 19:25:21 2018 +0200 @@ -320,6 +320,9 @@ probabilityLevels: array [0..8] of LongWord = (0,20,30,60,100,200,400,600,800); + defaultBounciness = 1000; + bouncinessLevels: array [0..4] of LongWord = (350, 700, defaultBounciness, 2000, 4000); + // explosion flags //EXPLAllDamageInRadius = $00000001; Completely unused for ages EXPLAutoSound = $00000002;