From 7d151c8fc05cd7feaf1e1cee33fd8289208fa18d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 7 Jul 2011 02:12:24 +0300 Subject: Add map reduce feature for software drawing. Now invisible tiles will be removed if this mode enabled. --- src/gui/setup_video.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/setup_video.h') diff --git a/src/gui/setup_video.h b/src/gui/setup_video.h index 3f2ab09c8..4448b05c8 100644 --- a/src/gui/setup_video.h +++ b/src/gui/setup_video.h @@ -64,6 +64,7 @@ class Setup_Video : public SetupTab, public gcn::KeyListener int mFps; int mAltFps; bool mAlphaCache; + bool mEnableMapReduce; bool mShowBackground; Being::Speech mSpeechMode; @@ -90,6 +91,7 @@ class Setup_Video : public SetupTab, public gcn::KeyListener gcn::CheckBox *mPickupParticleCheckBox; gcn::CheckBox *mAlphaCacheCheckBox; + gcn::CheckBox *mEnableMapReduceCheckBox; gcn::CheckBox *mShowBackgroundCheckBox; gcn::Slider *mSpeechSlider; gcn::Label *mSpeechLabel; -- cgit v1.2.3-60-g2f50