summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-08-12 09:41:22 +0200
committerSergeanur <s.anureev@yandex.ua>2021-08-12 10:39:34 +0200
commit2ef43e8d1a8df218c32663c7b23f0baef8051651 (patch)
tree1c458c2fd07b902fd5e036e95d5028571c2e60a9
parentPut more things under ifdef (diff)
downloadre3-2ef43e8d1a8df218c32663c7b23f0baef8051651.tar
re3-2ef43e8d1a8df218c32663c7b23f0baef8051651.tar.gz
re3-2ef43e8d1a8df218c32663c7b23f0baef8051651.tar.bz2
re3-2ef43e8d1a8df218c32663c7b23f0baef8051651.tar.lz
re3-2ef43e8d1a8df218c32663c7b23f0baef8051651.tar.xz
re3-2ef43e8d1a8df218c32663c7b23f0baef8051651.tar.zst
re3-2ef43e8d1a8df218c32663c7b23f0baef8051651.zip
-rw-r--r--src/audio/sampman_null.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/audio/sampman_null.cpp b/src/audio/sampman_null.cpp
index df912a9a..6d16e286 100644
--- a/src/audio/sampman_null.cpp
+++ b/src/audio/sampman_null.cpp
@@ -19,6 +19,7 @@ cSampleManager::~cSampleManager(void)
}
+#ifdef EXTERNAL_3D_SOUND
void cSampleManager::SetSpeakerConfig(int32 nConfig)
{
@@ -59,6 +60,7 @@ int8 cSampleManager::SetCurrent3DProvider(uint8 nProvider)
{
return 0;
}
+#endif
bool8
cSampleManager::IsMP3RadioChannelAvailable(void)
@@ -223,6 +225,7 @@ cSampleManager::InitialiseChannel(uint32 nChannel, uint32 nSfx, uint8 nBank)
return FALSE;
}
+#ifdef EXTERNAL_3D_SOUND
void
cSampleManager::SetChannelEmittingVolume(uint32 nChannel, uint32 nVolume)
{
@@ -243,6 +246,7 @@ cSampleManager::SetChannel3DDistances(uint32 nChannel, float fMax, float fMin)
ASSERT( nChannel < MAXCHANNELS );
ASSERT( nChannel < MAXCHANNELS+MAX2DCHANNELS );
}
+#endif
void
cSampleManager::SetChannelVolume(uint32 nChannel, uint32 nVolume)