diff options
author | Jaromir Wysoglad | 2019-05-29 18:19:38 +0200 |
---|---|---|
committer | Thierry Crozat | 2019-07-28 15:09:14 +0100 |
commit | 86acda73a76f3c20c204c23dc05d397184fa9126 (patch) | |
tree | c08adcccf7dd56250af34c77fb4a904a5d7abfb9 /devtools | |
parent | b6b26bb6bbc34c8f81ef938d74f885efb3f11b6f (diff) | |
download | scummvm-rg350-86acda73a76f3c20c204c23dc05d397184fa9126.tar.gz scummvm-rg350-86acda73a76f3c20c204c23dc05d397184fa9126.tar.bz2 scummvm-rg350-86acda73a76f3c20c204c23dc05d397184fa9126.zip |
SUPERNOVA2: Correct overlook in comment and define
Diffstat (limited to 'devtools')
-rw-r--r-- | devtools/create_supernova2/create_supernova2.cpp | 2 | ||||
-rw-r--r-- | devtools/create_supernova2/create_supernova2.h | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devtools/create_supernova2/create_supernova2.cpp b/devtools/create_supernova2/create_supernova2.cpp index ff19728c59..a67ab80136 100644 --- a/devtools/create_supernova2/create_supernova2.cpp +++ b/devtools/create_supernova2/create_supernova2.cpp @@ -165,7 +165,7 @@ int main(int argc, char *argv[]) { } // The generated file is of the form: - // 3 bytes: 'MSN' + // 3 bytes: 'MS2' // 1 byte: version // -- data blocks // 4 bytes: header 'IMG1' and 'IMG2' for newspaper images (for file 1 and file 2 respectively), diff --git a/devtools/create_supernova2/create_supernova2.h b/devtools/create_supernova2/create_supernova2.h index 7447a7ece6..dadf3d0ea5 100644 --- a/devtools/create_supernova2/create_supernova2.h +++ b/devtools/create_supernova2/create_supernova2.h @@ -23,11 +23,11 @@ * as translations and is required for the engine to work properly. */ -#ifndef CREATE_SUPERNOVA_H -#define CREATE_SUPERNOVA_H +#ifndef CREATE_SUPERNOVA2_H +#define CREATE_SUPERNOVA2_H #define VERSION 1 -#endif // CREATE_SUPERNOVA_H +#endif // CREATE_SUPERNOVA2_H |