From bc11a6806dd7fb79c0976c5ae7f60593fca6e06f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Sat, 18 Sep 2021 17:34:49 +0700 Subject: Use zeal for sound loading Effectively vorbisfile is replaced by libsndfile, which can support formats other than Ogg Vorbis. --- src/GameDraw.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/GameDraw.cpp') diff --git a/src/GameDraw.cpp b/src/GameDraw.cpp index 471786d..abb0919 100644 --- a/src/GameDraw.cpp +++ b/src/GameDraw.cpp @@ -25,8 +25,7 @@ extern int thirdperson; extern float multiplier; extern int nocolors; extern int visions; -extern unsigned int gSourceID[100]; -extern unsigned int gSampleSet[100]; +extern unsigned int gSourceID[37]; extern Camera camera; extern Sprites sprites; extern float camerashake; -- cgit v1.2.3