aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_supernova/create_supernova.cpp
diff options
context:
space:
mode:
authorJaromir Wysoglad2019-07-09 00:00:30 +0200
committerThierry Crozat2019-07-28 15:09:14 +0100
commitf9d13b8d2c92757eafe29fb796602f2fad0d98ed (patch)
tree0d609f3931b1a5e59076aaf748424ea449f090f3 /devtools/create_supernova/create_supernova.cpp
parentb883958c0582660dd0d7aa0bdf8a1edad30c7448 (diff)
downloadscummvm-rg350-f9d13b8d2c92757eafe29fb796602f2fad0d98ed.tar.gz
scummvm-rg350-f9d13b8d2c92757eafe29fb796602f2fad0d98ed.tar.bz2
scummvm-rg350-f9d13b8d2c92757eafe29fb796602f2fad0d98ed.zip
SUPERNOVA: Add translated Indiana Joe image
Diffstat (limited to 'devtools/create_supernova/create_supernova.cpp')
-rw-r--r--devtools/create_supernova/create_supernova.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/create_supernova/create_supernova.cpp b/devtools/create_supernova/create_supernova.cpp
index b9571e4644..72d478aae3 100644
--- a/devtools/create_supernova/create_supernova.cpp
+++ b/devtools/create_supernova/create_supernova.cpp
@@ -354,6 +354,7 @@ void writeMS2(File &outputFile) {
// Other languages
const char **l = &lang[0];
while(*l) {
+ writeImage(outputFile, "img3", *l);
writeDatafile(outputFile, 15, *l, 2);
writeDatafile(outputFile, 28, *l, 2);
writeStrings(outputFile, *l, 2);