aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorJonathan Gray2003-10-09 14:10:20 +0000
committerJonathan Gray2003-10-09 14:10:20 +0000
commit1de6c5adb00536bc5d4c8d5cd8a621d389e3f2a8 (patch)
tree8e0425fd587277bc173af6f1b6ba536499ad2fbe /scumm
parent0de202bfb4a53eee022ceae7d9cbb085ddd83d5f (diff)
downloadscummvm-rg350-1de6c5adb00536bc5d4c8d5cd8a621d389e3f2a8.tar.gz
scummvm-rg350-1de6c5adb00536bc5d4c8d5cd8a621d389e3f2a8.tar.bz2
scummvm-rg350-1de6c5adb00536bc5d4c8d5cd8a621d389e3f2a8.zip
kill reference to old url
svn-id: r10702
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v6.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp
index b63ddfc16c..bd4ce37b62 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -2962,9 +2962,7 @@ void ScummEngine_v6::o6_writeFile() {
}
void ScummEngine_v6::o6_findAllObjects() {
- // FIXME is this even remotely correct?
- // see http://users.bigpond.net.au/tgray2/findallobjects.txt
- // for asm
+ // FIXME verifty correctness of this opcode
int a = pop();
int i = 1;