summaryrefslogtreecommitdiffstats
path: root/src/audio/sampman_null.cpp
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-06-24 01:59:42 +0200
committerSergeanur <s.anureev@yandex.ua>2021-06-24 20:46:21 +0200
commit27df328ec21fa4ec340701b9a1c9b52f0e5c9008 (patch)
treeee79f3d7d4601b6b39fd818733159ada384d3b2d /src/audio/sampman_null.cpp
parentforgotten field in CBaseModelInfo::Shutdown (diff)
downloadre3-27df328ec21fa4ec340701b9a1c9b52f0e5c9008.tar
re3-27df328ec21fa4ec340701b9a1c9b52f0e5c9008.tar.gz
re3-27df328ec21fa4ec340701b9a1c9b52f0e5c9008.tar.bz2
re3-27df328ec21fa4ec340701b9a1c9b52f0e5c9008.tar.lz
re3-27df328ec21fa4ec340701b9a1c9b52f0e5c9008.tar.xz
re3-27df328ec21fa4ec340701b9a1c9b52f0e5c9008.tar.zst
re3-27df328ec21fa4ec340701b9a1c9b52f0e5c9008.zip
Diffstat (limited to 'src/audio/sampman_null.cpp')
-rw-r--r--src/audio/sampman_null.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/sampman_null.cpp b/src/audio/sampman_null.cpp
index 3352ae02..a5ed2889 100644
--- a/src/audio/sampman_null.cpp
+++ b/src/audio/sampman_null.cpp
@@ -371,7 +371,7 @@ cSampleManager::InitialiseSampleBanks(void)
}
void
-cSampleManager::SetStreamedFileLoopFlag(uint8 nLoopFlag, uint8 nChannel)
+cSampleManager::SetStreamedFileLoopFlag(bool8 nLoopFlag, uint8 nChannel)
{
}