aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/monitor.cpp
diff options
context:
space:
mode:
authorBertrand Augereau2011-11-18 17:51:26 +0100
committerBertrand Augereau2011-11-18 17:51:26 +0100
commit351be2d19d9389e88a75546ba5786cf2b58dc910 (patch)
tree17a50c210084b5596e69db4ab3b1e5dbeadeb2b8 /engines/dreamweb/monitor.cpp
parent42c9e24e691ee35c424d3f02c3208a45ef20235c (diff)
downloadscummvm-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
Diffstat (limited to 'engines/dreamweb/monitor.cpp')
-rw-r--r--engines/dreamweb/monitor.cpp2
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++;