--- a/hedgewars/uConsts.pas Sat Feb 21 20:01:01 2009 +0000
+++ b/hedgewars/uConsts.pas Mon Feb 23 15:57:32 2009 +0000
@@ -299,7 +299,7 @@
saveSurf: boolean;
end = (
(FileName: 'BlueWater'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil;
- Width: 125; Height: 32; saveSurf: false),// sprWater
+ Width: 0; Height: 0; saveSurf: false),// sprWater
(FileName: 'Clouds'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil;
Width: 256; Height:128; saveSurf: false),// sprCloud
(FileName: 'Bomb'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;