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/Person.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Person.cpp') diff --git a/src/Person.cpp b/src/Person.cpp index d529143..ea2280c 100644 --- a/src/Person.cpp +++ b/src/Person.cpp @@ -22,8 +22,7 @@ #include "Person.h" extern float multiplier; -extern unsigned int gSourceID[100]; -extern unsigned int gSampleSet[100]; +extern unsigned int gSourceID[37]; extern Animation animation[30]; extern int thirdperson; extern int visions; -- cgit v1.2.3