summaryrefslogtreecommitdiff
path: root/src/gui/viewport.h
diff options
context:
space:
mode:
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.