You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-arcade/ceferino/files/ceferino-0.97.8-fix-audio.p...

12 lines
234 B

12 .wav files for an array with 11 elements invokes undefined behavior.
--- a/src/audio.h
+++ b/src/audio.h
@@ -50,5 +50,5 @@
int canal_musica;
- Mix_Chunk *sonidos[11];
+ Mix_Chunk *sonidos[12];
Mix_Music *musicas[2];