aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/simon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/simon/simon.cpp')
-rw-r--r--engines/simon/simon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/simon.cpp b/engines/simon/simon.cpp
index 4327adb713..76af76b783 100644
--- a/engines/simon/simon.cpp
+++ b/engines/simon/simon.cpp
@@ -2886,7 +2886,7 @@ void SimonEngine::delete_hitarea_by_index(uint index) {
void SimonEngine::windowPutChar(uint a) {
if (_textWindow != _windowArray[0])
- videoPutchar(_textWindow, a);
+ windowPutChar(_textWindow, a);
}
void SimonEngine::clearWindow(WindowBlock *window) {