From 9f100f4cc3a903f446bdf287577227b1940de391 Mon Sep 17 00:00:00 2001 From: wowzaman12 Date: Sun, 5 Apr 2015 13:53:25 +0000 Subject: [PATCH] Again with the bracer issue. -_- But this should fix compiling. (Got to stop committing before testing.) git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1302 a31d4220-a93d-0410-bf67-fe4944624d44 --- src/wx/panel.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/wx/panel.cpp b/src/wx/panel.cpp index d8f2a21e..fda0f626 100644 --- a/src/wx/panel.cpp +++ b/src/wx/panel.cpp @@ -1023,13 +1023,11 @@ DrawingPanel::DrawingPanel(int _width, int _height) : rpi = _rpi; gopts.filter = FF_PLUGIN; // now that there is a valid plugin } while(0); - else { + } else { scale = builtin_ff_scale(gopts.filter); #define out_16 (systemColorDepth == 16) -#endif systemColorDepth = 32; - } - systemColorDepth = 32; + } // Intialize color tables #if wxBYTE_ORDER == wxLITTLE_ENDIAN systemRedShift = 3;