diff options
author | Jan-Fabian Humann <malastare@gmx.net> | 2005-02-28 20:47:10 +0000 |
---|---|---|
committer | Jan-Fabian Humann <malastare@gmx.net> | 2005-02-28 20:47:10 +0000 |
commit | 14ee29a810be193a2c1f9280573074c50338117f (patch) | |
tree | 26700e2b2d52259b734bb5a6a859ff213c92e36a | |
parent | 8cca3ecf885c7b880d47c14101d83e547e0c8d5b (diff) | |
download | mana-14ee29a810be193a2c1f9280573074c50338117f.tar.gz mana-14ee29a810be193a2c1f9280573074c50338117f.tar.bz2 mana-14ee29a810be193a2c1f9280573074c50338117f.tar.xz mana-14ee29a810be193a2c1f9280573074c50338117f.zip |
deleted useless comment
-rw-r--r-- | src/graphic/graphic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/graphic/graphic.h b/src/graphic/graphic.h index b3903c9a..f364105c 100644 --- a/src/graphic/graphic.h +++ b/src/graphic/graphic.h @@ -163,7 +163,6 @@ class Graphics : public gcn::SDLGraphics { class Engine { private: Spriteset *emotionset, *npcset, *monsterset, *weaponset, *itemset; - // Fix this number to an appropriate public: Engine(); |