Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/client.cc')
-rw-r--r--src/client/client.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/client.cc b/src/client/client.cc
index 2f60fce..7951577 100644
--- a/src/client/client.cc
+++ b/src/client/client.cc
@@ -35,6 +35,8 @@ void func_r_restart(std::string const &args)
if (!video::init()) {
app.quit(1);
}
+
+ input::reset();
}
//--- public ------------------------------------------------------