[Scummvm-cvs-logs] CVS: scummvm/sound imuse.cpp,1.28,1.29

Max Horn fingolfin at users.sourceforge.net
Sun Apr 28 13:07:41 CEST 2002


Update of /cvsroot/scummvm/scummvm/sound
In directory usw-pr-cvs1:/tmp/cvs-serv30563

Modified Files:
	imuse.cpp 
Log Message:
fixed RT32 mapping (one instrument had been left out)

Index: imuse.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/imuse.cpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** imuse.cpp	27 Apr 2002 04:31:25 -0000	1.28
--- imuse.cpp	27 Apr 2002 15:19:44 -0000	1.29
***************
*** 54,66 ****
   116, 118,  94, 115,   9,  55, 124, 123, 125, 126, 127
   */
-  0, 1, 0, 2, 4, 4, 5, 3, 16, 17, 18, 16, 16, 19, 20, 21, 6, 6, 6,
-  7, 7, 7, 8, 112, 62, 62, 63, 63, 38, 38, 39, 39, 88, 54, 52, 98,
-  97,99,14,54, 102, 96, 53, 102, 81, 100, 14, 80, 48, 48, 49, 45,
-  41, 40, 42, 42, 43, 46, 45, 24, 25, 28, 27, 104, 32, 32, 34, 33,
-  36, 37, 35, 35, 79, 73, 72, 72, 74, 75, 64, 65, 66, 67, 71, 71,
-  68, 69, 70, 22, 56, 59, 57, 57, 60, 60, 58, 61, 61, 11, 11, 98,
-  14, 9, 14, 13, 12, 107, 107, 77, 78, 78, 76, 76, 47, 117, 127,
-  118, 118, 116, 119, 115, 112, 55, 124, 123, 0, 14, 117
  
  };
  
--- 54,67 ----
   116, 118,  94, 115,   9,  55, 124, 123, 125, 126, 127
   */
  
+ //    0    1    2    3    4    5    6    7    8    9    A    B    C    D    E    F
+ 	  0,   1,   0,   2,   4,   4,   5,   3,  16,  17,  18,  16,  16,  19,  20,  21, // 0x
+ 	  6,   6,   6,   7,   7,   7,   8, 112,  62,  62,  63,  63,  38,  38,  39,  39, // 1x
+ 	 88,  54,  52,  98,  97,  99,  14,  54, 102,  96,  53, 102,  81, 100,  14,  80, // 2x
+ 	 48,  48,  49,  45,  41,  40,  42,  42,  43,  46,  45,  24,  25,  28,  27, 104, // 3x
+ 	 32,  32,  34,  33,  36,  37,  35,  35,  79,  73,  72,  72,  74,  75,  64,  65, // 4x
+ 	 66,  67,  71,  71,  68,  69,  70,  22,  56,  59,  57,  57,  60,  60,  58,  61, // 5x
+ 	 61,  11,  11,  98,  14,   9,  14,  13,  12, 107, 107,  77,  78,  78,  76,  76, // 6x
+ 	 47, 117, 127, 118, 118, 116, 115, 119, 115, 112,  55, 124, 123,   0,  14, 117  // 7x
  };
  





More information about the Scummvm-git-logs mailing list