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
This commit is contained in:
parent
6497a54aad
commit
9f100f4cc3
|
@ -1023,13 +1023,11 @@ DrawingPanel::DrawingPanel(int _width, int _height) :
|
||||||
rpi = _rpi;
|
rpi = _rpi;
|
||||||
gopts.filter = FF_PLUGIN; // now that there is a valid plugin
|
gopts.filter = FF_PLUGIN; // now that there is a valid plugin
|
||||||
} while(0);
|
} while(0);
|
||||||
else {
|
} else {
|
||||||
scale = builtin_ff_scale(gopts.filter);
|
scale = builtin_ff_scale(gopts.filter);
|
||||||
#define out_16 (systemColorDepth == 16)
|
#define out_16 (systemColorDepth == 16)
|
||||||
#endif
|
|
||||||
systemColorDepth = 32;
|
systemColorDepth = 32;
|
||||||
}
|
}
|
||||||
systemColorDepth = 32;
|
|
||||||
// Intialize color tables
|
// Intialize color tables
|
||||||
#if wxBYTE_ORDER == wxLITTLE_ENDIAN
|
#if wxBYTE_ORDER == wxLITTLE_ENDIAN
|
||||||
systemRedShift = 3;
|
systemRedShift = 3;
|
||||||
|
|
Loading…
Reference in New Issue