diff options
Diffstat (limited to 'src/export')
-rw-r--r-- | src/export/split_version_2.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/export/split_version_2.c b/src/export/split_version_2.c index d3018dd..4a5d1b8 100644 --- a/src/export/split_version_2.c +++ b/src/export/split_version_2.c | |||
@@ -32,29 +32,29 @@ | |||
32 | 4009 - *:"0" - | 32 | 4009 - *:"0" - |
33 | 400B - - 6:"0" | 33 | 400B - - 6:"0" |
34 | 400C - !!! - => in 1996_Q1: 04_Namenszusatz | 34 | 400C - !!! - => in 1996_Q1: 04_Namenszusatz |
35 | 400E 15 07 - | 35 | 400E 12 07 - |
36 | 400F 06 06 14 | 36 | 400F 06 06 14 |
37 | 4010 - - 07 | 37 | 4010 - - 07 |
38 | 4011 17 - 17 | 38 | 4011 17 - 17 |
39 | 4012 07 17 06 | 39 | 4012 07 17 06 |
40 | 4013 14 09 09 | 40 | 4013 14 09 09 |
41 | 4014 13 11 11 | 41 | 4014 13 11 11 |
42 | 4015 09 15 04 | 42 | 4015 09 12 04 |
43 | 4016 11 04 10 | 43 | 4016 11 04 10 |
44 | 4017 04 10 13 | 44 | 4017 04 10 13 |
45 | 4018 10 14 - | 45 | 4018 10 14 - |
46 | 401A - 13 15 | 46 | 401A - 13 12 |
47 | 401B 08 08 08 | 47 | 401B 08 08 08 |
48 | 401C 12 12 12 | 48 | 401C 15 15 15 |
49 | 49 | ||
50 | */ | 50 | */ |
51 | 51 | ||
52 | enum { g_outfiles = 17 }; | 52 | enum { g_outfiles = 17 }; |
53 | static enum { CD_NO = 0, CD_S = 1, CD_W = 2 } g_cd; | 53 | static enum { CD_NO = 0, CD_S = 1, CD_W = 2 } g_cd; |
54 | static int g_outfilemap[3][29] = { | 54 | static int g_outfilemap[3][29] = { |
55 | {-1,-1,-1, 0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,14, 6,-1,16, 5,13,12, 8,10, 3, 9,-1,-1, 7,11 }, | 55 | {-1,-1,-1, 0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,11, 6,-1,16, 5,13,12, 8,10, 3, 9,-1,-1, 7,14 }, |
56 | {-1,-1,-1, 0,-1,-1,-1,-1,-1,-1,-1,-1,11,-1, 6, 5,-1,-1,16, 8,10,14, 3, 9,13,-1,12, 7,11 }, | 56 | {-1,-1,-1, 0,-1,-1,-1,-1,-1,-1,-1,-1,11,-1, 6, 5,-1,-1,16, 8,10,11, 3, 9,13,-1,12, 7,14 }, |
57 | {-1,-1,-1, 0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,13, 6,16, 5, 8,10, 3, 9,12,-1,-1,14, 7,11 } | 57 | {-1,-1,-1, 0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,13, 6,16, 5, 8,10, 3, 9,12,-1,-1,11, 7,14 } |
58 | }; | 58 | }; |
59 | 59 | ||
60 | static struct { | 60 | static struct { |