hedgewars/uConsts.pas
changeset 3107 1fa539758c10
parent 3102 3435cdc1e557
child 3110 c8d7c852e26a
--- a/hedgewars/uConsts.pas	Sat Mar 27 12:05:01 2010 +0000
+++ b/hedgewars/uConsts.pas	Sat Mar 27 14:03:30 2010 +0000
@@ -172,6 +172,9 @@
             PrevTexture, NextTexture: PTexture;
             end;
 
+    TScreenFade = (sfNone, sfInit, sfToBlack, sfFromBlack, sfToWhite, sfFromWhite);
+const sfMax = 1000;
+
 const
     // message constants
     errmsgCreateSurface   = 'Error creating SDL surface';