From b661524e8b7b41cec237492ecd52fdda7b9be394 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 26 Aug 2013 01:27:16 +0300 Subject: Disable being caching in soft mode in SDL2. --- src/gui/setup_perfomance.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui') diff --git a/src/gui/setup_perfomance.cpp b/src/gui/setup_perfomance.cpp index 17dec597e..c58240af9 100644 --- a/src/gui/setup_perfomance.cpp +++ b/src/gui/setup_perfomance.cpp @@ -122,6 +122,7 @@ Setup_Perfomance::Setup_Perfomance(const Widget2 *const widget) : new SetupItemLabel(_("Small memory (enable for lower memory usage)"), "", this); +#ifndef USE_SDL2 // TRANSLATORS: settings option new SetupItemCheckBox(_("Disable advanced beings caching (Software)"), "", "disableAdvBeingCaching", this, "disableAdvBeingCachingEvent"); @@ -129,7 +130,7 @@ Setup_Perfomance::Setup_Perfomance(const Widget2 *const widget) : // TRANSLATORS: settings option new SetupItemCheckBox(_("Disable beings caching (Software)"), "", "disableBeingCaching", this, "disableBeingCachingEvent"); - +#endif // TRANSLATORS: settings group new SetupItemLabel(_("Different options (enable or disable can " -- cgit v1.2.3-60-g2f50