aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/audio.h
diff options
context:
space:
mode:
authorLars Persson2010-10-13 07:14:38 +0000
committerLars Persson2010-10-13 07:14:38 +0000
commitc0e2f1c6f8f7df66ae6c090f6c16aea14ebe8bf3 (patch)
tree812422f7f16527311b658b7b196d55753372d6f6 /engines/toon/audio.h
parent6527c01cb501958bc04117da3d965b956e77704c (diff)
downloadscummvm-rg350-c0e2f1c6f8f7df66ae6c090f6c16aea14ebe8bf3.tar.gz
scummvm-rg350-c0e2f1c6f8f7df66ae6c090f6c16aea14ebe8bf3.tar.bz2
scummvm-rg350-c0e2f1c6f8f7df66ae6c090f6c16aea14ebe8bf3.zip
TOON: Updated code to build properly for WINSCW and GCCE(symbian)
Added templates to MAX & MIN functions. Correct usage of OpcodeV2(instead of Opcode) Match implementation with function definition. (int32 is not == int on all platforms) svn-id: r53401
Diffstat (limited to 'engines/toon/audio.h')
-rw-r--r--engines/toon/audio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toon/audio.h b/engines/toon/audio.h
index 5a8274e086..4527e1fe4b 100644
--- a/engines/toon/audio.h
+++ b/engines/toon/audio.h
@@ -54,7 +54,7 @@ public:
void setVolume(int32 volume);
protected:
- int32 readBuffer(int16 *buffer, const int numSamples);
+ int readBuffer(int16 *buffer, const int numSamples);
bool isStereo() const {
return false;
}