diff options
author | Max Horn | 2003-07-22 16:34:52 +0000 |
---|---|---|
committer | Max Horn | 2003-07-22 16:34:52 +0000 |
commit | 655759a70da8017b59e504777c57a6df0e9bdf95 (patch) | |
tree | e372d5085aa5b23cd04323d3bd105a410b64b5f4 /scumm | |
parent | 660ca0f52657a633f7852019b6242cfabe319c70 (diff) | |
download | scummvm-rg350-655759a70da8017b59e504777c57a6df0e9bdf95.tar.gz scummvm-rg350-655759a70da8017b59e504777c57a6df0e9bdf95.tar.bz2 scummvm-rg350-655759a70da8017b59e504777c57a6df0e9bdf95.zip |
fix for bug #775640
svn-id: r9128
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/resource.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/resource.cpp b/scumm/resource.cpp index 8d5d81faaf..bd2f12f35c 100644 --- a/scumm/resource.cpp +++ b/scumm/resource.cpp @@ -482,7 +482,6 @@ void Scumm::readResTypeList(int id, uint32 tag, const char *name) { if (num >= 0xFF) { error("Too many %ss (%d) in directory", name, num); } - allocResTypeData(id, tag, num, name, 1); } else { if (num != res.num[id]) { error("Invalid number of %ss (%d) in directory", name, num); |