diff options
author | Ira Rice <irarice@gmail.com> | 2008-10-14 21:16:29 +0000 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2008-10-14 21:16:29 +0000 |
commit | 0ce8857e4e3fbd69c48f7db9123293bdcbcd9751 (patch) | |
tree | 366d5c4809a4f38d802dee7f8ba57cbf01858b7b /src | |
parent | dc3c5d595e60a8498e44affb8ec05b91709d34fc (diff) | |
download | mana-client-0ce8857e4e3fbd69c48f7db9123293bdcbcd9751.tar.gz mana-client-0ce8857e4e3fbd69c48f7db9123293bdcbcd9751.tar.bz2 mana-client-0ce8857e4e3fbd69c48f7db9123293bdcbcd9751.tar.xz mana-client-0ce8857e4e3fbd69c48f7db9123293bdcbcd9751.zip |
Accidently left in a copied line. Must be slightly tired to not notice
this while testing. Oh well.
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/setup_video.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/setup_video.cpp b/src/gui/setup_video.cpp index e065edae..612de09f 100644 --- a/src/gui/setup_video.cpp +++ b/src/gui/setup_video.cpp @@ -378,7 +378,6 @@ void Setup_Video::cancel() config.setValue("screen", mFullScreenEnabled ? 1 : 0); config.setValue("customcursor", mCustomCursorEnabled ? 1 : 0); config.setValue("particleeffects", mParticleEffectsEnabled ? 1 : 0); - config.setValue("screen", mParticleEffectsEnabled ? 1 : 0); config.setValue("guialpha", mOpacity); config.setValue("opengl", mOpenGLEnabled ? 1 : 0); } |