Added new (optional) OSystem::initBackend() method; this (and its usage) fixes bugs #1160977 and #1184664

svn-id: r17694
This commit is contained in:
Max Horn 2005-04-19 20:22:50 +00:00
parent 167d43d924
commit 2cfb9322e2
5 changed files with 22 additions and 6 deletions

View file

@ -301,6 +301,7 @@ void OSystem_SDL::initSize(uint w, uint h, int overlayScale) {
}
void OSystem_SDL::loadGFXMode() {
assert(_inited);
_forceFull = true;
_modeFlags |= DF_UPDATE_EXPAND_1_PIXEL;