aboutsummaryrefslogtreecommitdiff
path: root/src/Person.cpp
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-09-18 17:34:49 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-09-18 17:34:49 +0700
commitbc11a6806dd7fb79c0976c5ae7f60593fca6e06f (patch)
tree321e93bb3fc8396b1e07257d559464bc673e3e28 /src/Person.cpp
parent96f80b1a331d5e2e18fec57d8d6c5e0eac22e459 (diff)
downloadblackshades-bc11a6806dd7fb79c0976c5ae7f60593fca6e06f.tar.gz
Use zeal for sound loading
Effectively vorbisfile is replaced by libsndfile, which can support formats other than Ogg Vorbis.
Diffstat (limited to 'src/Person.cpp')
-rw-r--r--src/Person.cpp3
1 files changed, 1 insertions, 2 deletions
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;