aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/mixer.cpp
diff options
context:
space:
mode:
authorStrangerke2011-06-13 00:40:19 +0200
committerStrangerke2011-06-13 00:40:19 +0200
commitccd934e4bfaa2997bf2dcec6818e0c418a11624f (patch)
tree825014b60c872171d721f31882dd326053192674 /engines/cge/mixer.cpp
parentb1df7ca7340ccf43817894eedcaea6d211eeb6dd (diff)
downloadscummvm-rg350-ccd934e4bfaa2997bf2dcec6818e0c418a11624f.tar.gz
scummvm-rg350-ccd934e4bfaa2997bf2dcec6818e0c418a11624f.tar.bz2
scummvm-rg350-ccd934e4bfaa2997bf2dcec6818e0c418a11624f.zip
CGE: Add a couple of STUB warnings
Diffstat (limited to 'engines/cge/mixer.cpp')
-rw-r--r--engines/cge/mixer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cge/mixer.cpp b/engines/cge/mixer.cpp
index 346631b08a..385634d4b8 100644
--- a/engines/cge/mixer.cpp
+++ b/engines/cge/mixer.cpp
@@ -154,6 +154,7 @@ void MIXER::Update (void)
//TODO Change the SNPOST message send to a special way to send function pointer
//SNPOST_(SNEXEC, -1, 0, (void*)&SNDSetVolume);
+ warning("FIXME: MIXER::Update");
}
} // End of namespace CGE