diff options
| author | Max Horn | 2011-12-12 12:28:12 +0100 |
|---|---|---|
| committer | Max Horn | 2011-12-12 12:28:42 +0100 |
| commit | 54ed4255c0c7412ddcd9d259d365cb216c3c66c6 (patch) | |
| tree | 0efd47b366cfe62aadb19054e332b49479687628 | |
| parent | 83610d98b074d9661880167e9ab3ab23db12a181 (diff) | |
| download | scummvm-rg350-54ed4255c0c7412ddcd9d259d365cb216c3c66c6.tar.gz scummvm-rg350-54ed4255c0c7412ddcd9d259d365cb216c3c66c6.tar.bz2 scummvm-rg350-54ed4255c0c7412ddcd9d259d365cb216c3c66c6.zip | |
DREAMWEB: Add a FIXME
| -rw-r--r-- | engines/dreamweb/stubs.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp index 226c085a2b..d74477c003 100644 --- a/engines/dreamweb/stubs.cpp +++ b/engines/dreamweb/stubs.cpp @@ -2163,6 +2163,7 @@ void DreamGenContext::readSetData() { data.word(kCommandtext) = standardLoad("DREAMWEB.T84"); useCharset1(); + // FIXME: Why is this commented out? //engine->openFile("DREAMWEB.VOL"); //uint8 *volumeTab = getSegment(data.word(kSoundbuffer)).ptr(16384, 0); //engine->readFromFile(volumeTab, 2048-256); |
