SCI: calling wait() directly and removing it from SciGui

svn-id: r49853
This commit is contained in:
Martin Kiewitz 2010-06-15 13:14:23 +00:00
parent a21b9c7b96
commit af5346e7ab
5 changed files with 7 additions and 21 deletions

View file

@ -91,8 +91,4 @@ void SciGui::init(bool usesOldGfxFunctions) {
_paint16->init(_animate, _text16);
}
void SciGui::wait(int16 ticks) {
_s->wait(ticks);
}
} // End of namespace Sci