SCI: calling wait() directly and removing it from SciGui
svn-id: r49853
This commit is contained in:
parent
a21b9c7b96
commit
af5346e7ab
5 changed files with 7 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue