aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Eriksson2003-10-17 07:16:36 +0000
committerDavid Eriksson2003-10-17 07:16:36 +0000
commitb2aa63a15e2bbba3088972fd044d643d93d18618 (patch)
tree2e5898a87c9af702d05f2b7a91411364ead28f73
parent46618451eb0dc9a10c3ce9cca2d0cc54ff0b5c76 (diff)
downloadscummvm-rg350-b2aa63a15e2bbba3088972fd044d643d93d18618.tar.gz
scummvm-rg350-b2aa63a15e2bbba3088972fd044d643d93d18618.tar.bz2
scummvm-rg350-b2aa63a15e2bbba3088972fd044d643d93d18618.zip
Wrote a little TODO
svn-id: r10842
-rw-r--r--queen/cutaway.cpp35
1 files changed, 18 insertions, 17 deletions
diff --git a/queen/cutaway.cpp b/queen/cutaway.cpp
index 60503b331c..754e6e1094 100644
--- a/queen/cutaway.cpp
+++ b/queen/cutaway.cpp
@@ -28,28 +28,29 @@
namespace Queen {
/*
- Functions needed:
+ TODO soon
- queen.c:
-
- DISP_ROOM
- FACE_JOE
- FIND_GRAPHIC
- FIND_SCALE
- MOVE_JOE
- MOVE_OTHER
- SET_PERSON_DATA
+ - Implement CUTAWAY_SCALE
- talk.c:
-
- SPEAK
+ - Finish Cutaway::handleAnimation
+ - Support the remaining cutaway object types:
+ OBJECT_TYPE_TEXT_SPEAK
+ OBJECT_TYPE_TEXT_DISPLAY_AND_SPEAK
+ OBJECT_TYPE_TEXT_DISPLAY
- Data needed:
+ - Find out why one digit is missing in the voice file names
- CURRSONG
- JOEF (Joe's face direction)
- JX,JY (Joe's coordintes)
+
+ TODO later
+
+ - Finish Cutaway::goToFinalRoom
+
+ - Show credits
+
+ - Play voices
+
+ - Play songs
*/