diff options
author | Jaromir Wysoglad | 2019-07-09 00:00:30 +0200 |
---|---|---|
committer | Thierry Crozat | 2019-07-28 15:09:14 +0100 |
commit | f9d13b8d2c92757eafe29fb796602f2fad0d98ed (patch) | |
tree | 0d609f3931b1a5e59076aaf748424ea449f090f3 /devtools/create_supernova | |
parent | b883958c0582660dd0d7aa0bdf8a1edad30c7448 (diff) | |
download | scummvm-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')
-rw-r--r-- | devtools/create_supernova/create_supernova.cpp | 1 | ||||
-rw-r--r-- | devtools/create_supernova/img3-en.pbm | bin | 0 -> 38457 bytes | |||
-rw-r--r-- | devtools/create_supernova/img3-en.xcf | bin | 0 -> 95507 bytes |
3 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); diff --git a/devtools/create_supernova/img3-en.pbm b/devtools/create_supernova/img3-en.pbm Binary files differnew file mode 100644 index 0000000000..3d4a5d674d --- /dev/null +++ b/devtools/create_supernova/img3-en.pbm diff --git a/devtools/create_supernova/img3-en.xcf b/devtools/create_supernova/img3-en.xcf Binary files differnew file mode 100644 index 0000000000..1774d0b927 --- /dev/null +++ b/devtools/create_supernova/img3-en.xcf |