--- a/hedgewars/uVariables.pas Wed Dec 22 04:09:56 2010 +0100
+++ b/hedgewars/uVariables.pas Wed Dec 22 00:17:43 2010 -0500
@@ -139,6 +139,8 @@
ScreenFadeValue : LongInt;
ScreenFadeSpeed : LongInt;
+ Theme : shortstring;
+
{$IFDEF SDL13}
SDLwindow : PSDL_Window;
{$ENDIF}
@@ -553,7 +555,9 @@
(FileName: 'Snowball'; Path: ptCurrTheme; AltPath: ptGraphics; Texture: nil; Surface: nil;
Width: 16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprSnowball
(FileName: 'amSnowball'; Path: ptCurrTheme; AltPath: ptHedgehog; Texture: nil; Surface: nil;
- Width: 64; Height: 64; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true) // sprHandSnowball
+ Width: 64; Height: 64; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprHandSnowball
+ (FileName: 'Snow'; Path: ptCurrTheme; AltPath: ptGraphics; Texture: nil; Surface: nil;
+ Width: 4; Height: 4; imageWidth: 0; imageHeight: 0; saveSurf: true; priority: tpMedium; getDimensions: false; getImageDimensions: true) // sprSnow
);