diff options
author | Strangerke | 2013-07-03 07:33:32 +0200 |
---|---|---|
committer | Strangerke | 2013-07-03 07:33:32 +0200 |
commit | a116486b777c946f9f4f3181c6d8f155b49f8279 (patch) | |
tree | a207cf76bf718e4d812ec64e1479ec8769c2997c /devtools/extract_mort | |
parent | ad47cf0d718a996b7ea9afdcac48b05022a58608 (diff) | |
download | scummvm-rg350-a116486b777c946f9f4f3181c6d8f155b49f8279.tar.gz scummvm-rg350-a116486b777c946f9f4f3181c6d8f155b49f8279.tar.bz2 scummvm-rg350-a116486b777c946f9f4f3181c6d8f155b49f8279.zip |
TOOL: Remove obsolete comments in extract_mort
Diffstat (limited to 'devtools/extract_mort')
-rw-r--r-- | devtools/extract_mort/extract_mort.cpp | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/devtools/extract_mort/extract_mort.cpp b/devtools/extract_mort/extract_mort.cpp index 0d603f78cb..0164030769 100644 --- a/devtools/extract_mort/extract_mort.cpp +++ b/devtools/extract_mort/extract_mort.cpp @@ -121,35 +121,20 @@ int _version; #define BUFFER_SIZE 32768 const byte tabdrFr[32] = { - 32, 101, 115, 97, 114, 105, 110, // ' e♣arinutol + 32, 101, 115, 97, 114, 105, 110, 117, 116, 111, 108, 13, 100, 99, 112, 109, 46, 118, 130, 39, 102, 98, 44, 113, 104, 103, 33, 76, 85, 106, 30, 31 }; -const byte tabdrDe[32] = { - 0x20, 0x65, 0x6E, 0x69, 0x73, 0x72, 0x74, // ' e♣arinutol - 0x68, 0x61, 0x75, 0x0D, 0x63, 0x6C, 0x64, - 0x6D, 0x6F, 0x67, 0x2E, 0x62, 0x66, 0x53, - 0x2C, 0x77, 0x45, 0x7A, 0x6B, 0x44, 0x76, - 0x9C, 0x47, 0x1E, 0x1F -}; - const byte tab30Fr[32] = { - 69, 67, 74, 138, 133, 120, 77, 122, //ECJèà¶M + 69, 67, 74, 138, 133, 120, 77, 122, 121, 68, 65, 63, 73, 80, 83, 82, 156, 45, 58, 79, 49, 86, 78, 84, 71, 81, 64, 66, 135, 34, 136, 91 }; -const byte tab30De[32] = { - 0x49, 0x4D, 0x21, 0x42, 0x4C, 0x70, 0x41, 0x52, //ECJèà¶M - 0x57, 0x4E, 0x48, 0x3F, 0x46, 0x50, 0x55, 0x4B, - 0x5A, 0x4A, 0x54, 0x31, 0x4F, 0x56, 0x79, 0x3A, - 0x6A, 0x5B, 0x5D, 0x40, 0x22, 0x2F, 0x30, 0x35 -}; - const byte tab31Fr[32]= { 93, 47, 48, 53, 50, 70, 124, 75, 72, 147, 140, 150, 151, 57, 56, 51, @@ -157,6 +142,21 @@ const byte tab31Fr[32]= { 119, 0, 0, 0, 0, 0, 0, 0 }; +const byte tabdrDe[32] = { + 0x20, 0x65, 0x6E, 0x69, 0x73, 0x72, 0x74, + 0x68, 0x61, 0x75, 0x0D, 0x63, 0x6C, 0x64, + 0x6D, 0x6F, 0x67, 0x2E, 0x62, 0x66, 0x53, + 0x2C, 0x77, 0x45, 0x7A, 0x6B, 0x44, 0x76, + 0x9C, 0x47, 0x1E, 0x1F +}; + +const byte tab30De[32] = { + 0x49, 0x4D, 0x21, 0x42, 0x4C, 0x70, 0x41, 0x52, + 0x57, 0x4E, 0x48, 0x3F, 0x46, 0x50, 0x55, 0x4B, + 0x5A, 0x4A, 0x54, 0x31, 0x4F, 0x56, 0x79, 0x3A, + 0x6A, 0x5B, 0x5D, 0x40, 0x22, 0x2F, 0x30, 0x35 +}; + const byte tab31De[32]= { 0x78, 0x2D, 0x32, 0x82, 0x43, 0x39, 0x33, 0x38, 0x7C, 0x27, 0x37, 0x3B, 0x25, 0x28, 0x29, 0x36, |