diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-01-07 10:13:03 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-01-07 10:13:03 +0000 |
commit | 071877484ef493631592d9f10b6c4457097eca29 (patch) | |
tree | 2beb3921959350855a140d2e782cfdb4ec9380d6 /src/main.cpp | |
parent | 553e1d562af1413b9f28bf1c4b079d301349020e (diff) | |
download | mana-071877484ef493631592d9f10b6c4457097eca29.tar.gz mana-071877484ef493631592d9f10b6c4457097eca29.tar.bz2 mana-071877484ef493631592d9f10b6c4457097eca29.tar.xz mana-071877484ef493631592d9f10b6c4457097eca29.zip |
Removed --skipupdate option from Dev.Cpp project file, splitted the setup window into 3 tabs and added a joystick calibration tool.
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index f0f885e7..f1f7cd4f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -198,7 +198,6 @@ void init_engine() config.setValue("updatehost", "http://themanaworld.org/files"); config.setValue("customcursor", 1); config.setValue("homeDir", homeDir); - config.setValue("joytolerance", 100); // Checking if the configuration file exists... otherwise creates it with // default options ! |