summaryrefslogtreecommitdiff
path: root/src/gui/viewport.h
diff options
context:
space:
mode:
authorBertram <bertram@cegetel.net>2010-03-02 23:55:54 +0100
committerBertram <yohanndotferreiraatorange.fr>2010-04-12 23:50:22 +0200
commite87a2a533eb892c6e8b00cc483eed7c69032bf7a (patch)
tree9bbf3f6c7137dbe8246ea3453934e6b1f75bc4dc /src/gui/viewport.h
parentdd2b559ea0d467db7fec522a63a66a82c1415b36 (diff)
downloadmana-client-e87a2a533eb892c6e8b00cc483eed7c69032bf7a.tar.gz
mana-client-e87a2a533eb892c6e8b00cc483eed7c69032bf7a.tar.bz2
mana-client-e87a2a533eb892c6e8b00cc483eed7c69032bf7a.tar.xz
mana-client-e87a2a533eb892c6e8b00cc483eed7c69032bf7a.zip
Added a more trusty path debug view for ManaServ.
Diffstat (limited to 'src/gui/viewport.h')
-rw-r--r--src/gui/viewport.h3
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.