Differences From 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]
To Artifact [577f0e91da]:
- File src/sound.mm — part of check-in [c09457f7ad] at 2025-03-05 22:42:56 on branch trunk — More file handling cleanups (user: js, size: 5683) [annotate] [blame] [check-ins using]
︙ | |||
250 251 252 253 254 255 256 | 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 | - + - | #else samples[n] = FSOUND_Sample_Load(n, IRI.fileSystemRepresentation.UTF8String, FSOUND_LOOP_OFF, 0, 0); #endif if (!samples[n]) { |
︙ |