From 55494057bd7e1ae5e6260816b1c5b2a84e2ff573 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Thu, 14 Dec 2006 19:35:27 +0000 Subject: Removed the rather useless remaining draw function from the engine class and fixed an issue with fading out damage texts (they were sometimes fully opaque at the end of fading out). --- src/engine.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src/engine.h') diff --git a/src/engine.h b/src/engine.h index dbe1fddc..90cee9c0 100644 --- a/src/engine.h +++ b/src/engine.h @@ -26,12 +26,12 @@ #include -class Graphics; class Map; class Network; /** - * Game engine that does the main drawing. + * Game engine. Actually hardly does anything anymore except keeping track of + * the current map and loading the emotes. */ class Engine { @@ -61,11 +61,6 @@ class Engine */ void logic(); - /** - * Draws everything on the screen. - */ - void draw(Graphics *graphics); - private: Map *mCurrentMap; Network *mNetwork; -- cgit v1.2.3-70-g09d2