Move sprite to where it should be
authorunc0rr
Mon, 05 Jan 2009 17:03:49 +0000
changeset 1580 971e7f057a86
parent 1579 2f581b1f289e
child 1581 2dfa315b4bb2
Move sprite to where it should be
hedgewars/uConsts.pas
share/hedgewars/Data/Graphics/Drill.png
share/hedgewars/Data/Graphics/Hedgehog/Drill.png
--- a/hedgewars/uConsts.pas	Sun Jan 04 14:24:44 2009 +0000
+++ b/hedgewars/uConsts.pas	Mon Jan 05 17:03:49 2009 +0000
@@ -446,7 +446,7 @@
 			Width:  64; Height: 64; saveSurf: false),// sprDress
 			(FileName:   'Censored'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
 			Width:  64; Height: 16; saveSurf: false),// sprCensored
-			(FileName:      'Drill'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
+			(FileName:      'Drill'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
 			Width:  16; Height: 16; saveSurf: false),// sprDrill
 			(FileName:    'amDrill'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
 			Width:  32; Height: 32; saveSurf: false)// sprHandDrill
Binary file share/hedgewars/Data/Graphics/Drill.png has changed
Binary file share/hedgewars/Data/Graphics/Hedgehog/Drill.png has changed