fix molotov size
authornemo
Fri, 16 Oct 2009 13:53:11 +0000
changeset 2487 22a7ef2859b6
parent 2486 e79727645e4b
child 2488 1e48275a52b6
fix molotov size
hedgewars/uConsts.pas
--- a/hedgewars/uConsts.pas	Fri Oct 16 13:45:10 2009 +0000
+++ b/hedgewars/uConsts.pas	Fri Oct 16 13:53:11 2009 +0000
@@ -620,7 +620,7 @@
 			(FileName:  'amMolotov'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; 
 			Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false), //sprHandMolotov
 			(FileName:  'Molotov'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
-			Width: 8; Height: 8; imageWidth: 0; imageHeight: 0; saveSurf: false) // sprMolotov
+			Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false) // sprMolotov
 			);
 
 	Wavez: array [TWave] of record