From: Daniel Karbach Date: Sat, 11 Aug 2012 22:42:05 +0000 (+0200) Subject: added ComplexAnimation X-Git-Url: http://git.localhorst.tv/?a=commitdiff_plain;h=ebeefe8b81fbb2e69939d67972453c01b023ec22;p=l2e.git added ComplexAnimation --- diff --git a/src/app/Timer.h b/src/app/Timer.h index 2d6326f..b7711d6 100644 --- a/src/app/Timer.h +++ b/src/app/Timer.h @@ -94,7 +94,6 @@ public: public: void Update(Time delta) { for (typename std::list >::iterator i(data.begin()), end(data.end()); i != end;) { - TimerData