diff options
author | Joshua Langley <joshlangley[at]optusnet.com.au> | 2007-07-24 06:39:04 +0000 |
---|---|---|
committer | Joshua Langley <joshlangley[at]optusnet.com.au> | 2007-07-24 06:39:04 +0000 |
commit | dc5d9dee3f3f726d463f5f23f5902d1d0373df93 (patch) | |
tree | 3e2a4f4e8f744c846a18fd17710f494dfd1f0711 /src/main.cpp | |
parent | 71532a23200b246f63ed1e0dc3d563bd1184b593 (diff) | |
download | mana-dc5d9dee3f3f726d463f5f23f5902d1d0373df93.tar.gz mana-dc5d9dee3f3f726d463f5f23f5902d1d0373df93.tar.bz2 mana-dc5d9dee3f3f726d463f5f23f5902d1d0373df93.tar.xz mana-dc5d9dee3f3f726d463f5f23f5902d1d0373df93.zip |
keyboard configuration - mainly documentation fixes.
http://mantis.themanaworld.org/view.php?id=16
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index e147f760..112c5b6e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -328,8 +328,7 @@ void init_engine(const Options &options) /** Clear the engine */ void exit_engine() { - // Store keys and Remove Keyboard configuration. - keyboard.store(); + // Remove Keyboard configuration. keyboard.destroy(); config.write(); |