diff options
author | Gregory Montoir | 2003-11-07 16:47:07 +0000 |
---|---|---|
committer | Gregory Montoir | 2003-11-07 16:47:07 +0000 |
commit | e042901695889aaa15d1141a953ff5f651f9045f (patch) | |
tree | 4ed20971822c9dac0ffbfaa6820e9fe96ed549ad | |
parent | f4dc97783984d2008443a3b8292bbde059b9564a (diff) | |
download | scummvm-rg350-e042901695889aaa15d1141a953ff5f651f9045f.tar.gz scummvm-rg350-e042901695889aaa15d1141a953ff5f651f9045f.tar.bz2 scummvm-rg350-e042901695889aaa15d1141a953ff5f651f9045f.zip |
oops
svn-id: r11198
-rw-r--r-- | queen/cutaway.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/queen/cutaway.cpp b/queen/cutaway.cpp index 1e9f0b60d9..701f1e7abb 100644 --- a/queen/cutaway.cpp +++ b/queen/cutaway.cpp @@ -320,6 +320,7 @@ void Cutaway::actionSpecialMove(int index) { _graphics->initCarBamScene(); break; + // c74a.cut - Turn off big oil splat and gun shots! case 8: _graphics->cleanupCarBamScene(_logic->findBob(594)); // Oil object break; |