convmusic.h

Go to the documentation of this file.
00001 /*
00002  *  Copyright (C) 2000-2001  The Exult Team
00003  *
00004  *  This program is free software; you can redistribute it and/or modify
00005  *  it under the terms of the GNU General Public License as published by
00006  *  the Free Software Foundation; either version 2 of the License, or
00007  *  (at your option) any later version.
00008  *
00009  *  This program is distributed in the hope that it will be useful,
00010  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
00011  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00012  *  GNU General Public License for more details.
00013  *
00014  *  You should have received a copy of the GNU General Public License
00015  *  along with this program; if not, write to the Free Software
00016  *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
00017  */
00018 
00019 // Converts the SI OGG track requests to the BG OGG track numbers
00020 
00021 char bgconvmusic[][5] = {
00022 "09bg",   // 0
00023 "10bg",   // 1
00024 "11bg",   // 2
00025 "12bg",   // 3
00026 "13bg",   // 4
00027 "14bg",   // 5
00028 "15bg",   // 6
00029 "16bg",   // 7
00030 "17bg",   // 8
00031 "18bg",   // 9
00032 "19bg",   // 10
00033 "20bg",   // 11
00034 "21bg",   // 12
00035 "22bg",   // 13
00036 "23bg",   // 14
00037 "24bg",   // 15
00038 "25bg",   // 16
00039 "26bg",   // 17
00040 "27bg",   // 18
00041 "28bg",   // 19
00042 "29bg",   // 20
00043 "30bg",   // 21
00044 "31bg",   // 22
00045 "32bg",   // 23
00046 "33bg",   // 24
00047 "34bg",   // 25
00048 "35bg",   // 26
00049 "36bg",   // 27
00050 "37bg",   // 28
00051 "38bg",   // 29
00052 "40bg",   // 30
00053 "41bg",   // 31
00054 "42bg",   // 32
00055 "43bg",   // 33
00056 "44bg",   // 34
00057 "45bg",   // 35
00058 "46bg",   // 36
00059 "47bg",   // 37
00060 "48bg",   // 38
00061 "none",   // 39
00062 "none",   // 40
00063 "none",   // 41
00064 "52bg",   // 42
00065 "53bg",   // 43
00066 "55bg",   // 44
00067 "56bg",   // 45
00068 "57bg",   // 46
00069 "58bg",   // 47
00070 "59bg",   // 48
00071 "none",   // 49
00072 "si02",   // 50
00073 "si08",   // 51
00074 "si07",   // 52
00075 "si12",   // 53
00076 "si10",   // 54
00077 "si03",   // 55
00078 "si11",   // 56
00079 "si05",   // 57
00080 "si06",   // 58
00081 "none",   // 59
00082 "none",   // 60
00083 "none",   // 61
00084 "none",   // 62
00085 "si14",   // 63
00086 "si04",   // 64
00087 "si09",   // 65
00088 "07bg",   // 66
00089 "06bg",   // 67
00090 "04bg",   // 68
00091 "05bg",   // 69
00092 "03bg"    // 70
00093 };

Generated on Mon Jul 9 14:42:40 2007 for ExultEngine by  doxygen 1.5.1