diff options
Diffstat (limited to 'engines/agos/window.cpp')
-rw-r--r-- | engines/agos/window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/window.cpp b/engines/agos/window.cpp index 14bd6afe09..d3b6c1b8cd 100644 --- a/engines/agos/window.cpp +++ b/engines/agos/window.cpp @@ -213,7 +213,7 @@ void AGOSEngine::setTextColor(uint color) { window->text_color = color; } -void AGOSEngine::windowPutChar(uint a) { +void AGOSEngine::sendWindow(uint a) { if (_textWindow != _windowArray[0]) { if (getGameType() == GType_ELVIRA1 || getGameType() == GType_ELVIRA2 || getGameType() == GType_WW) { if (!(_textWindow->flags & 1)) { |