diff options
| author | Gregory Montoir | 2004-01-14 14:34:05 +0000 |
|---|---|---|
| committer | Gregory Montoir | 2004-01-14 14:34:05 +0000 |
| commit | 6c78f2a6b801ae8a8efb7f9db9bf0213ce3eb759 (patch) | |
| tree | aaf89d79270a296bb9beab7d563639f20acbf260 /queen/talk.cpp | |
| parent | 9f8caa6889c5504edb279cacc524c142eb5829d1 (diff) | |
| download | scummvm-rg350-6c78f2a6b801ae8a8efb7f9db9bf0213ce3eb759.tar.gz scummvm-rg350-6c78f2a6b801ae8a8efb7f9db9bf0213ce3eb759.tar.bz2 scummvm-rg350-6c78f2a6b801ae8a8efb7f9db9bf0213ce3eb759.zip | |
- tweaked a bit walking functions to make persons stop walking when a cutaway is canceled
- removed unpack to bob frame 2 (as it is never used)
- changed some error() calls to assert()
- minor cleanups
svn-id: r12385
Diffstat (limited to 'queen/talk.cpp')
| -rw-r--r-- | queen/talk.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/queen/talk.cpp b/queen/talk.cpp index b200fa8e7f..d51dafe1db 100644 --- a/queen/talk.cpp +++ b/queen/talk.cpp @@ -413,9 +413,6 @@ void Talk::load(const char *filename) { int i; byte *ptr = _fileData = loadDialogFile(filename); - if (!_fileData) { - error("Failed to load resource data file '%s'", filename); - } bool canQuit; |
