From 4f3a2f774c23ab32cb2fdea413345b4be80a68e8 Mon Sep 17 00:00:00 2001 From: James Brown Date: Wed, 16 Oct 2002 11:00:48 +0000 Subject: Add comment for unknownCD() stub svn-id: r5164 --- scumm/script_v2.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scumm') diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp index 645899ebed..0b71d508df 100644 --- a/scumm/script_v2.cpp +++ b/scumm/script_v2.cpp @@ -3128,6 +3128,9 @@ void Scumm::o6_getActorPriority() } void Scumm::o6_unknownCD() { + // Full Throttle: FIXME + // Opcode is used when placing the bunny into the + // mine field. Some kind of drawBlastObject() wrapper int a, b, c, d; a = pop(); b = pop(); -- cgit v1.2.3