Again with the bracer issue. -_- But this should fix compiling. (Got to stop committing before testing.)

This commit is contained in:
wowzaman12 2015-04-05 13:53:25 +00:00
parent a051754bf4
commit 6edf950d00
1 changed files with 2 additions and 4 deletions

View File

@ -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;