summaryrefslogtreecommitdiffstats
path: root/src/ui/maindialog.cpp
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-09-16 20:00:25 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-09-16 20:00:25 +0200
commit2e21435f432191afa1b0f609daa8ca9d4cde1e93 (patch)
treef59b3d80815c2017f4992f0d26e41a439d75e30b /src/ui/maindialog.cpp
parent6a0d150539897ec65ccc161305db48de10ea35ba (diff)
downloadcolobot-2e21435f432191afa1b0f609daa8ca9d4cde1e93.tar.gz
colobot-2e21435f432191afa1b0f609daa8ca9d4cde1e93.tar.bz2
colobot-2e21435f432191afa1b0f609daa8ca9d4cde1e93.zip
Some memory leaks fixed
Diffstat (limited to 'src/ui/maindialog.cpp')
-rw-r--r--src/ui/maindialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/maindialog.cpp b/src/ui/maindialog.cpp
index 5ed1216..4523b2c 100644
--- a/src/ui/maindialog.cpp
+++ b/src/ui/maindialog.cpp
@@ -56,7 +56,7 @@ const int KEY_TOTAL = 13; // total number of keys redefinable
#else*/
const int KEY_TOTAL = 21; // total number of keys redefinable
-const int WELCOME_LENGTH = 6.0f;
+const int WELCOME_LENGTH = 2.0f;