diff options
Diffstat (limited to 'engines/kyra/text.cpp')
| -rw-r--r-- | engines/kyra/text.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/text.cpp b/engines/kyra/text.cpp index 3c2f290645..edc46d3eb7 100644 --- a/engines/kyra/text.cpp +++ b/engines/kyra/text.cpp @@ -39,7 +39,7 @@ void KyraEngine::waitForChatToFinish(int16 chatDuration, const char *chatStr, ui uint8 currPage; OSystem::Event event; - //while( towns_isEscKeyPressed() ) + //while (towns_isEscKeyPressed() ) //towns_getKey(); uint32 timeToEnd = strlen(chatStr) * 8 * _tickLength + _system->getMillis(); |
