diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-09-18 17:34:49 +0700 |
|---|---|---|
| committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-09-18 17:34:49 +0700 |
| commit | bc11a6806dd7fb79c0976c5ae7f60593fca6e06f (patch) | |
| tree | 321e93bb3fc8396b1e07257d559464bc673e3e28 /src/GameDraw.cpp | |
| parent | 96f80b1a331d5e2e18fec57d8d6c5e0eac22e459 (diff) | |
| download | blackshades-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/GameDraw.cpp')
| -rw-r--r-- | src/GameDraw.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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; |
