diff options
| author | Eugene Sandulenko | 2017-07-31 20:02:14 +0200 |
|---|---|---|
| committer | Eugene Sandulenko | 2017-08-01 10:42:22 +0200 |
| commit | 5149226255279c8e417a3bb9d1a473530c423117 (patch) | |
| tree | d6425d17fb341169b4cf48a5eebcceb31b2fbb0f /engines/wage/gui-console.cpp | |
| parent | 81c26caaf86f439ed3f1699f13252afd45c52e18 (diff) | |
| download | scummvm-rg350-5149226255279c8e417a3bb9d1a473530c423117.tar.gz scummvm-rg350-5149226255279c8e417a3bb9d1a473530c423117.tar.bz2 scummvm-rg350-5149226255279c8e417a3bb9d1a473530c423117.zip | |
WAGE: Started processing of input text from MacTextWindow
Diffstat (limited to 'engines/wage/gui-console.cpp')
| -rw-r--r-- | engines/wage/gui-console.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/wage/gui-console.cpp b/engines/wage/gui-console.cpp index e7598839e8..5b61318afb 100644 --- a/engines/wage/gui-console.cpp +++ b/engines/wage/gui-console.cpp @@ -330,9 +330,7 @@ void Gui::renderConsole(Graphics::ManagedSurface *g, const Common::Rect &r) { rr.bottom = _screen.h - 1; #ifdef USE_MACTEXTWINDOW - _consoleWindow->drawText(&_console, 0, 0, - boundsR.width(), boundsR.height(), - boundsR.left + 7, boundsR.top + 7); + _consoleWindow->drawText(&_console, 0, 0, boundsR.width(), boundsR.height(), boundsR.left + 7, boundsR.top + 7); #endif // USE_MACTEXTWINDOW g->copyRectToSurface(_console, xcon, ycon, boundsR); |
