# HG changeset patch # User nemo # Date 1328490836 18000 # Node ID be9063525c4839589cdce8b6ea9b4e78e7408516 # Parent 930d5f07019613c8276c1885d59f952a396a1ae0 unbreak tardis diff -r 930d5f070196 -r be9063525c48 hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Sun Feb 05 20:08:17 2012 -0500 +++ b/hedgewars/uVariables.pas Sun Feb 05 20:13:56 2012 -0500 @@ -630,7 +630,7 @@ (FileName: 'SDDroplet'; Path: ptCurrTheme; AltPath: ptSuddenDeath; Texture: nil; Surface: nil; Width: 16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHighest; getDimensions: false; getImageDimensions: true),// sprSDDroplet (FileName: 'TARDIS'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; - Width: 0; Height: 0; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: true; getImageDimensions: true),// sprTardis + Width: 48; Height: 79; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHighest; getDimensions: false; getImageDimensions: true),// sprTardis (FileName: 'firebutton'; Path: ptButtons; AltPath: ptNone; Texture: nil; Surface: nil; Width: 450; Height: 150; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHigh; getDimensions: false; getImageDimensions: true), // sprFireButton (FileName: 'slider'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;