| 28 | } |
| 29 | |
| 30 | cSound_PC::cSound_PC() { |
| 31 | |
| 32 | mSound = false; |
| 33 | mMusicPlaying = 0; |
| 34 | |
| 35 | devicePrepare(); |
| 36 | |
| 37 | for (unsigned int x = 0; x < 0x3C; ++x) { |
| 38 | dword_42320[x] = nullptr; |
| 39 | dword_42410[x] = nullptr; |
| 40 | dword_42500[x] = nullptr; |
| 41 | dword_425F0[x] = nullptr; |
| 42 | dword_426E0[x] = nullptr; |
| 43 | } |
| 44 | |
| 45 | word_42316[0] = dword_42320; // Jun |
| 46 | word_42316[1] = dword_42410; // Des |
| 47 | word_42316[2] = dword_42500; // Ice |
| 48 | word_42316[3] = dword_425F0; |
| 49 | word_42316[4] = dword_426E0; |
| 50 | word_42316[5] = 0; |
| 51 | word_42316[6] = dword_42500; // Amiga Format Xmas |
| 52 | |
| 53 | Sound_Voc_Load(); |
| 54 | } |
| 55 | |
| 56 | cSound_PC::~cSound_PC() { |
| 57 |
nothing calls this directly
no outgoing calls
no test coverage detected