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/Globals.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Globals.cpp') diff --git a/src/Globals.cpp b/src/Globals.cpp index 6fdad88..d1ae639 100644 --- a/src/Globals.cpp +++ b/src/Globals.cpp @@ -9,8 +9,8 @@ float sinefluctprog; float multiplier = 0.0f; -unsigned int gSourceID[100]; // hundred source IDs -unsigned int gSampleSet[100]; // hundred sample set ID numbers +unsigned int gSourceID[37]; +unsigned int gSampleSet[37]; float precipitationhorz; float precipitationvert; -- cgit v1.2.3