diff options
author | Bertram <bertram@cegetel.net> | 2010-03-02 23:55:54 +0100 |
---|---|---|
committer | Bertram <yohanndotferreiraatorange.fr> | 2010-04-12 23:50:22 +0200 |
commit | e87a2a533eb892c6e8b00cc483eed7c69032bf7a (patch) | |
tree | 9bbf3f6c7137dbe8246ea3453934e6b1f75bc4dc /src/gui/viewport.h | |
parent | dd2b559ea0d467db7fec522a63a66a82c1415b36 (diff) | |
download | mana-e87a2a533eb892c6e8b00cc483eed7c69032bf7a.tar.gz mana-e87a2a533eb892c6e8b00cc483eed7c69032bf7a.tar.bz2 mana-e87a2a533eb892c6e8b00cc483eed7c69032bf7a.tar.xz mana-e87a2a533eb892c6e8b00cc483eed7c69032bf7a.zip |
Added a more trusty path debug view for ManaServ.
Diffstat (limited to 'src/gui/viewport.h')
-rw-r--r-- | src/gui/viewport.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/viewport.h b/src/gui/viewport.h index e67cc6d3..9658f934 100644 --- a/src/gui/viewport.h +++ b/src/gui/viewport.h @@ -174,7 +174,8 @@ class Viewport : public WindowContainer, public gcn::MouseListener, /** * Draws the given path. */ - void _drawPath(Graphics *graphics, const Path &path); + void _drawPath(Graphics *graphics, const Path &path, + gcn::Color color = gcn::Color(255, 0, 0)); /** * Make the player go to the mouse position. |