summaryrefslogtreecommitdiffstats
path: root/KeyboardController.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'KeyboardController.cpp')
-rw-r--r--KeyboardController.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/KeyboardController.cpp b/KeyboardController.cpp
index 856be38..6ca5899 100644
--- a/KeyboardController.cpp
+++ b/KeyboardController.cpp
@@ -38,6 +38,10 @@ void KeyboardController::think()
m_nextMove = NO_MOVE;
}
+void KeyboardController::reset()
+{
+ m_nextMove = NO_MOVE;
+}
KeyboardController::~KeyboardController(void)
{