diff options
author | Bertrand Augereau | 2011-11-18 17:51:26 +0100 |
---|---|---|
committer | Bertrand Augereau | 2011-11-18 17:51:26 +0100 |
commit | 351be2d19d9389e88a75546ba5786cf2b58dc910 (patch) | |
tree | 17a50c210084b5596e69db4ab3b1e5dbeadeb2b8 | |
parent | 42c9e24e691ee35c424d3f02c3208a45ef20235c (diff) | |
download | scummvm-rg350-351be2d19d9389e88a75546ba5786cf2b58dc910.tar.gz scummvm-rg350-351be2d19d9389e88a75546ba5786cf2b58dc910.tar.bz2 scummvm-rg350-351be2d19d9389e88a75546ba5786cf2b58dc910.zip |
DREAMWEB: Comment in 'showcurrentfile' about the file not being displayed in the frame in te upper right corner when you do a LIST
-rw-r--r-- | engines/dreamweb/monitor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dreamweb/monitor.cpp b/engines/dreamweb/monitor.cpp index 7ba625b0de..11e19b43b5 100644 --- a/engines/dreamweb/monitor.cpp +++ b/engines/dreamweb/monitor.cpp @@ -196,7 +196,7 @@ void DreamGenContext::scrollmonitor() { } void DreamGenContext::showcurrentfile() { - uint16 x = 178; + uint16 x = 178; // TODO: Looks like this hardcoded constant in the asm doesn't match the frame const char *currentFile = (const char *)cs.ptr(kCurrentfile+1, 0); while (*currentFile) { char c = *currentFile++; |