RCS file: /cvsroot/scummvm/scummvm/kyra/kyra.cpp,v
retrieving revision 1.120
diff -u -r1.120 kyra.cpp
|
|
|
998 | 998 | |
999 | 999 | void KyraEngine::seq_createAmuletJewel(int jewel, int page, int noSound, int drawOnly) { |
1000 | 1000 | debug(9, "seq_createAmuletJewel(%d, %d, %d, %d)", jewel, page, noSound, drawOnly); |
1001 | | const static uint16 specialJewelTable[] = { |
| 1001 | static const uint16 specialJewelTable[] = { |
1002 | 1002 | 0x167, 0x162, 0x15D, 0x158, 0x153, 0xFFFF |
1003 | 1003 | }; |
1004 | | const static uint16 specialJewelTable1[] = { |
| 1004 | static const uint16 specialJewelTable1[] = { |
1005 | 1005 | 0x14F, 0x154, 0x159, 0x15E, 0x163, 0xFFFF |
1006 | 1006 | }; |
1007 | | const static uint16 specialJewelTable2[] = { |
| 1007 | static const uint16 specialJewelTable2[] = { |
1008 | 1008 | 0x150, 0x155, 0x15A, 0x15F, 0x164, 0xFFFF |
1009 | 1009 | }; |
1010 | | const static uint16 specialJewelTable3[] = { |
| 1010 | static const uint16 specialJewelTable3[] = { |
1011 | 1011 | 0x151, 0x156, 0x15B, 0x160, 0x165, 0xFFFF |
1012 | 1012 | }; |
1013 | | const static uint16 specialJewelTable4[] = { |
| 1013 | static const uint16 specialJewelTable4[] = { |
1014 | 1014 | 0x152, 0x157, 0x15C, 0x161, 0x166, 0xFFFF |
1015 | 1015 | }; |
1016 | 1016 | if (!noSound) |
… |
… |
|
1726 | 1726 | |
1727 | 1727 | void KyraEngine::snd_playWanderScoreViaMap(int command, int restart) { |
1728 | 1728 | debug(9, "KyraEngine::snd_playWanderScoreViaMap(%d, %d)", command, restart); |
1729 | | const static int8 soundTable[] = { |
| 1729 | static const int8 soundTable[] = { |
1730 | 1730 | -1, 0, -1, 1, 0, 3, 0, 2, |
1731 | 1731 | 0, 4, 1, 2, 1, 3, 1, 4, |
1732 | 1732 | 1, 0x5C, 1, 6, 1, 7, 2, 2, |