summaryrefslogtreecommitdiff
path: root/src/gui/setup_video.cpp
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-06-05 18:41:39 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-06-05 18:41:39 +0000
commit0dd4c03506132c5f4a7104152d8675d6990ba81b (patch)
tree1cecf54e8703e1b36629b0ba7c8ff9af4766837d /src/gui/setup_video.cpp
parent9f35cb7602c55d43ab598145cfcd0703ec1c5059 (diff)
downloadmana-client-0dd4c03506132c5f4a7104152d8675d6990ba81b.tar.gz
mana-client-0dd4c03506132c5f4a7104152d8675d6990ba81b.tar.bz2
mana-client-0dd4c03506132c5f4a7104152d8675d6990ba81b.tar.xz
mana-client-0dd4c03506132c5f4a7104152d8675d6990ba81b.zip
Lowered default particle detail level.
Diffstat (limited to 'src/gui/setup_video.cpp')
-rw-r--r--src/gui/setup_video.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_video.cpp b/src/gui/setup_video.cpp
index 33d9ad73..97e4cdd6 100644
--- a/src/gui/setup_video.cpp
+++ b/src/gui/setup_video.cpp
@@ -126,7 +126,7 @@ Setup_Video::Setup_Video():
mOverlayDetail((int) config.getValue("OverlayDetail", 2)),
mOverlayDetailSlider(new Slider(0, 2)),
mOverlayDetailField(new gcn::Label("")),
- mParticleDetail(3 - (int) config.getValue("particleEmitterSkip", 0)),
+ mParticleDetail(3 - (int) config.getValue("particleEmitterSkip", 1)),
mParticleDetailSlider(new Slider(0, 3)),
mParticleDetailField(new gcn::Label(""))
{