aboutsummaryrefslogtreecommitdiff
path: root/kyra/wsamovie.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-11-26 05:38:46 +0000
committerTravis Howell2005-11-26 05:38:46 +0000
commit42548e371cba500a9ead2f71d399d098896a82bd (patch)
tree6865fdba33b979b2bdf1a09281944b4b4ac4f25f /kyra/wsamovie.cpp
parent6d6def10427ac048abbfae590eece78845ce93b2 (diff)
downloadscummvm-rg350-42548e371cba500a9ead2f71d399d098896a82bd.tar.gz
scummvm-rg350-42548e371cba500a9ead2f71d399d098896a82bd.tar.bz2
scummvm-rg350-42548e371cba500a9ead2f71d399d098896a82bd.zip
Add APK packed files to list for CD version.
svn-id: r19702
Diffstat (limited to 'kyra/wsamovie.cpp')
-rw-r--r--kyra/wsamovie.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/kyra/wsamovie.cpp b/kyra/wsamovie.cpp
index 00ba6cec6c..909e457b20 100644
--- a/kyra/wsamovie.cpp
+++ b/kyra/wsamovie.cpp
@@ -32,6 +32,7 @@ WSAMovieV1 *KyraEngine::wsa_open(const char *filename, int offscreenDecode, uint
uint32 flags = 0;
uint32 fileSize;
uint8 *p = _res->fileData(filename, &fileSize);
+ assert(p);
WSAMovieV1 *wsa = new WSAMovieV1;
const uint8 *wsaData = p;