Remove explicit OSystem parameter from StackLock constructor; added OSystem::displayMessageOnOSD (not yet used; default implementation provided)
svn-id: r13413
This commit is contained in:
parent
09e3fec623
commit
39765b0d19
8 changed files with 74 additions and 56 deletions
|
@ -144,7 +144,7 @@ void OSystem_SDL::setFeatureState(Feature f, bool enable) {
|
|||
break;
|
||||
case kFeatureAspectRatioCorrection:
|
||||
if (_screenHeight == 200 && _adjustAspectRatio != enable) {
|
||||
Common::StackLock lock(_graphicsMutex, this);
|
||||
Common::StackLock lock(_graphicsMutex);
|
||||
|
||||
//assert(_hwscreen != 0);
|
||||
_adjustAspectRatio ^= true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue