diff options
Diffstat (limited to 'src/gui/viewport.h')
-rw-r--r-- | src/gui/viewport.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/viewport.h b/src/gui/viewport.h index ae6ff3d49..43f61bcfc 100644 --- a/src/gui/viewport.h +++ b/src/gui/viewport.h @@ -274,6 +274,8 @@ class Viewport : public WindowContainer, public gcn::MouseListener, /// Clears any matching hovers void clearHover(ActorSprite *actor); + void validateSpeed(); + private: /** * Finds a path from the player to the mouse, and draws it. This is for |