aboutsummaryrefslogtreecommitdiff
path: root/engines/supernova/resman.h
diff options
context:
space:
mode:
authorJoseph-Eugene Winzer2018-04-21 18:58:58 +0200
committerJoseph-Eugene Winzer2019-02-06 09:42:11 +0100
commitebaa6739ec68cf18b8c8a272df8d992a36a4728e (patch)
treeda7306382f10bbe731a29c1acba0d5eb6fea3fc1 /engines/supernova/resman.h
parentc20b960d80376653682e3eac0299f8a931cf66e3 (diff)
downloadscummvm-rg350-ebaa6739ec68cf18b8c8a272df8d992a36a4728e.tar.gz
scummvm-rg350-ebaa6739ec68cf18b8c8a272df8d992a36a4728e.tar.bz2
scummvm-rg350-ebaa6739ec68cf18b8c8a272df8d992a36a4728e.zip
SUPERNOVA: Adds Outro image
msn_data.055 that stores the outro image was missed to be added to imageInfo and thus not loaded during the engine init/
Diffstat (limited to 'engines/supernova/resman.h')
-rw-r--r--engines/supernova/resman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/supernova/resman.h b/engines/supernova/resman.h
index 080ecc5da4..080497e904 100644
--- a/engines/supernova/resman.h
+++ b/engines/supernova/resman.h
@@ -44,7 +44,7 @@ public:
};
public:
- static const int kNumImageFiles = 44;
+ static const int kNumImageFiles = 45;
public:
ResourceManager();