mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-10 15:19:09 +02:00
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
11 lines
234 B
Diff
11 lines
234 B
Diff
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];
|
|
|