Don't hog the CPU while waiting for the player to pick a conversation option.

svn-id: r42757
This commit is contained in:
Torbjörn Andersson 2009-07-25 13:17:31 +00:00
parent 2e13d89233
commit 0e2c8b9be5

View File

@ -266,6 +266,7 @@ void DrasculaEngine::converse(int index) {
} else if (_color != kColorLightGreen)
color_abc(kColorLightGreen);
_system->delayMillis(10);
updateScreen();
} // while (breakOut == 0)