X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ffadeout.cpp;h=283771ea103d15badcba242d6363e2537e15aad6;hb=43db9a6c44b6ee544e7694d1bb234ba559b0849c;hp=f7b775215b38a502693c8a3bed3dc5ae2e01b4cc;hpb=9b58f72e1c6900540c0ee00a800ed57d2c1f4974;p=supertux.git diff --git a/src/fadeout.cpp b/src/fadeout.cpp index f7b775215..283771ea1 100644 --- a/src/fadeout.cpp +++ b/src/fadeout.cpp @@ -1,4 +1,4 @@ -// $Id: screen.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $ +// $Id$ // // SuperTux // Copyright (C) 2006 Matthias Braun @@ -54,4 +54,3 @@ FadeOut::done() { return accum_time >= fade_time; } -