Added "Reset Controls" Feature under the Main-Menu Options->Controls

git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@103 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
gerstrong
2009-07-22 19:22:15 +00:00
parent 84dbb889e6
commit 82f16f7783
2 changed files with 9 additions and 5 deletions

View File

@@ -18,7 +18,13 @@
#endif
CInput::CInput() {
resetControls();
}
CInput::~CInput() {
}
void CInput::resetControls() {
Uint8 i;
m_exit = false;
@@ -80,9 +86,6 @@ CInput::CInput() {
}
}
CInput::~CInput() {
}
short CInput::loadControlconfig(void)
{
FILE *fp;