diff -r cde320fd3122 -r 8a1725b4f724 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Tue Feb 23 00:18:57 2010 +0000 +++ b/hedgewars/uConsts.pas Tue Feb 23 00:21:20 2010 +0000 @@ -72,7 +72,7 @@ sprThoughtCorner, sprThoughtEdge, sprThoughtTail, sprShoutCorner, sprShoutEdge, sprShoutTail, sprSniperRifle, sprBubbles, sprJetpack, sprHealth, sprHandMolotov, sprMolotov, - sprSmoke, sprShell); + sprSmoke, sprShell, sprDust); TGearType = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag, // 3 gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope, // 8 @@ -87,7 +87,7 @@ TVisualGearType = (vgtFlake, vgtCloud, vgtExplPart, vgtExplPart2, vgtFire, vgtSmallDamageTag, vgtTeamHealthSorter, vgtSpeechBubble, vgtBubble, - vgtSteam, vgtSmoke, vgtHealth, vgtShell); + vgtSteam, vgtSmoke, vgtHealth, vgtShell, vgtDust); TGearsType = set of TGearType; @@ -661,7 +661,9 @@ (FileName: 'Smoke'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; Width: 22; Height: 22; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprSmoke (FileName: 'Shells'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; - Width: 8; Height: 8; imageWidth: 0; imageHeight: 0; saveSurf: false) // sprShell + Width: 8; Height: 8; imageWidth: 0; imageHeight: 0; saveSurf: false), // sprShell + (FileName: 'Dust'; Path: ptCurrTheme; AltPath: ptGraphics; Texture: nil; Surface: nil; + Width: 22; Height: 22; imageWidth: 0; imageHeight: 0; saveSurf: false)// sprDust ); Wavez: array [TWave] of record