diff options
author | Torbjörn Andersson | 2006-05-21 19:08:10 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2006-05-21 19:08:10 +0000 |
commit | bda33949e4881cb7a4733dcb7b4c629918bb3382 (patch) | |
tree | 31656c90209854443dfbabfc2f5dd56a5632a93b | |
parent | b98a67d1eb4aa77f7e3d3d4ccec0bce4706351c9 (diff) | |
download | scummvm-rg350-bda33949e4881cb7a4733dcb7b4c629918bb3382.tar.gz scummvm-rg350-bda33949e4881cb7a4733dcb7b4c629918bb3382.tar.bz2 scummvm-rg350-bda33949e4881cb7a4733dcb7b4c629918bb3382.zip |
The unsupported cutscene is called "jung", not "junk". (It just happens to look
like junk at the moment.)
svn-id: r22564
-rw-r--r-- | engines/kyra/vqa.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/vqa.cpp b/engines/kyra/vqa.cpp index d74204bc36..f1f9989330 100644 --- a/engines/kyra/vqa.cpp +++ b/engines/kyra/vqa.cpp @@ -26,7 +26,7 @@ // The benchl.vqa movie (or whatever it is) is not supported. It does not have // a FINF chunk. // -// The junk2.vqa movie does not work. The offset to the first frame is strange, +// The jung2.vqa movie does not work. The offset to the first frame is strange, // so we don't find the palette. #include "common/stdafx.h" |