mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +00:00
Don't hog the CPU while waiting for the player to pick a conversation option.
svn-id: r42757
This commit is contained in:
parent
2e13d89233
commit
0e2c8b9be5
@ -266,6 +266,7 @@ void DrasculaEngine::converse(int index) {
|
||||
} else if (_color != kColorLightGreen)
|
||||
color_abc(kColorLightGreen);
|
||||
|
||||
_system->delayMillis(10);
|
||||
updateScreen();
|
||||
} // while (breakOut == 0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user