SDL: Implement lightmaps smaller than the screen size. LIGHTMAP_DIV is calculated...
[supertux.git] / src / fadeout.cpp
index f7b7752..283771e 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: screen.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $
+//  $Id$
 //
 //  SuperTux
 //  Copyright (C) 2006 Matthias Braun <matze@braunis.de>
@@ -54,4 +54,3 @@ FadeOut::done()
 {
   return accum_time >= fade_time;
 }
-