aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2011-12-28 16:16:41 +0200
committerFilippos Karapetis2011-12-28 16:16:41 +0200
commit1c17b277eb930f89ef034ce4973c9fbf809d18f4 (patch)
tree849b7a06f090ed61320a75a134aeeadd23f38892 /engines/dreamweb/stubs.cpp
parent89fb830be68e5a2bc50165f89d2ae2882167bf7e (diff)
downloadscummvm-rg350-1c17b277eb930f89ef034ce4973c9fbf809d18f4.tar.gz
scummvm-rg350-1c17b277eb930f89ef034ce4973c9fbf809d18f4.tar.bz2
scummvm-rg350-1c17b277eb930f89ef034ce4973c9fbf809d18f4.zip
DREAMWEB: Mark all of the differences between the floppy and CD versions
- Add TODOs for the CD checks in setupTimedTemp() and startTalk() - The current doSomeTalk() is for the CD version only - Implement a difference of the CD version in intro
Diffstat (limited to 'engines/dreamweb/stubs.cpp')
-rw-r--r--engines/dreamweb/stubs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp
index 6067b20a22..f009bd5963 100644
--- a/engines/dreamweb/stubs.cpp
+++ b/engines/dreamweb/stubs.cpp
@@ -935,7 +935,7 @@ void DreamWebEngine::useTimedText() {
}
void DreamWebEngine::setupTimedTemp(uint8 textIndex, uint8 voiceIndex, uint8 x, uint8 y, uint16 countToTimed, uint16 timeCount) {
-#if 1 // if cd
+#if 1 // if cd - TODO: replace with a proper CD check
if (voiceIndex != 0) {
if (loadSpeech('T', voiceIndex, 'T', textIndex)) {
playChannel1(50+12);