Differences From Artifact [b86e910aec]:
- File src/sound.mm — part of check-in [2e931ae3e1] at 2025-03-04 00:14:25 on branch trunk — Migrate vec to OFVector3D (user: js, size: 5240) [annotate] [blame] [check-ins using]
To Artifact [ee786c999c]:
- File src/sound.mm — part of check-in [a401a49dd9] at 2025-03-04 01:13:36 on branch trunk — More string cleanups (user: js, size: 5241) [annotate] [blame] [check-ins using]
︙ | |||
66 67 68 69 70 71 72 | 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | - + | conoutf(@"sound init failed (SDL_mixer): %s", (size_t)Mix_GetError()); nosound = true; }; Mix_AllocateChannels(MAXCHAN); #else if (FSOUND_GetVersion() < FMOD_VERSION) |
︙ |