Differences From Artifact [b06342c3fd]:
- File src/sound.mm — part of check-in [3d55e077f7] at 2025-03-05 21:29:54 on branch trunk — Clean up file handling (user: js, size: 5684) [annotate] [blame] [check-ins using]
To Artifact [320b4f8793]:
- File src/sound.mm — part of check-in [003b06901f] at 2025-03-05 21:55:28 on branch trunk — Clean up console output functions (user: js, size: 5701) [annotate] [blame] [check-ins using]
︙ | |||
109 110 111 112 113 114 115 | 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 | + - + | FSOUND_Stream_Play(FSOUND_FREE, stream); if (chan >= 0) { FSOUND_SetVolume( chan, (musicvol * MAXVOL) / 255); FSOUND_SetPaused(chan, false); } } else { conoutf( |
︙ |