diff options
author | Gregory Montoir | 2003-11-08 13:57:52 +0000 |
---|---|---|
committer | Gregory Montoir | 2003-11-08 13:57:52 +0000 |
commit | b04ddef7506bfa08527da9e79040c583fb765b2e (patch) | |
tree | caefe1e30ecf391f819ef7c923b2e6108befc7bd | |
parent | f243b50215c157a40d4ec3aada91efdb4762b73a (diff) | |
download | scummvm-rg350-b04ddef7506bfa08527da9e79040c583fb765b2e.tar.gz scummvm-rg350-b04ddef7506bfa08527da9e79040c583fb765b2e.tar.bz2 scummvm-rg350-b04ddef7506bfa08527da9e79040c583fb765b2e.zip |
missing stuff for carbam scene
svn-id: r11206
-rw-r--r-- | queen/cutaway.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/queen/cutaway.cpp b/queen/cutaway.cpp index feff561a4b..e5d58839af 100644 --- a/queen/cutaway.cpp +++ b/queen/cutaway.cpp @@ -418,7 +418,9 @@ void Cutaway::actionSpecialMove(int index) { // c74a.cut - Wait for car to reach correct position before pouring oil case 31: - // XXX while(bamindex!=60) update(); + while (_graphics->bamData()->index != 60) { + _logic->update(); + } break; // c75b.cut - Screen shake |