aboutsummaryrefslogtreecommitdiff
path: root/queen/xref.txt
diff options
context:
space:
mode:
authorGregory Montoir2004-01-08 22:46:42 +0000
committerGregory Montoir2004-01-08 22:46:42 +0000
commit1b1ce1faf71f1e7fca9cf030e08bffd343a2bf79 (patch)
tree1ffb8d13a258d8626d0b99fd122b49d276c344fa /queen/xref.txt
parent65bfcb71fe7910e16b5e4e0e6665fa3b9e77510e (diff)
downloadscummvm-rg350-1b1ce1faf71f1e7fca9cf030e08bffd343a2bf79.tar.gz
scummvm-rg350-1b1ce1faf71f1e7fca9cf030e08bffd343a2bf79.tar.bz2
scummvm-rg350-1b1ce1faf71f1e7fca9cf030e08bffd343a2bf79.zip
moved the remaining 'graphics' stuff from Logic to Graphics
svn-id: r12266
Diffstat (limited to 'queen/xref.txt')
-rw-r--r--queen/xref.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/queen/xref.txt b/queen/xref.txt
index 6251564be6..22fb6eb9a0 100644
--- a/queen/xref.txt
+++ b/queen/xref.txt
@@ -124,6 +124,7 @@ Box() Display::drawBox
CHECK_PARALLAX() Graphics::bobCustomParallax
clearallbobs() Graphics::bobClearAll
clearbob() Graphics::bobClear
+DISP_OBJECTS() Graphics::setupRoomObjects
drawbobs() Graphics::bobDrawAll
invbob() Graphics::bobDrawInventoryItem
loadbackdrop() *not needed* (included in Display::setupNewRoom)
@@ -132,6 +133,7 @@ MAKE_SPEAK_BOB() Graphics::bobSetText
makeanim() BobSlot::animNormal
movebob() BobSlot::move
pastebob() Graphics::bobPaste
+REDISP_OBJECT() Graphics::refreshObject
requestor()
shrinkbob() Graphics::bobShrink
sortbobs() Graphics::bobSortAll
@@ -206,17 +208,15 @@ LOGIC
=====
CHECK_PLAYER() QueenEngine::update
CUTAWAY_SPECIAL() Logic::removeHotelItemsFromInventory
-DISP_OBJECTS() Logic::roomSetupObjects
DISP_ROOM() Logic::roomDisplay
FIND_BOB() Logic::findBob
FIND_FRAME() Logic::findFrame
FIND_GRAPHIC() Logic::graphicData
P3_COPY_FROM() Logic::objectCopy
R_MAP() Logic::handlePinnacleRoom
-REDISP_OBJECT() Logic::roomRefreshObject
restart_game()
SETUP_BOBS() Graphics::bobSetupControl
-SETUP_FURNITURE() Logic::roomSetupFurniture
+SETUP_FURNITURE() Graphics::setupRoomFurniture
SETUP_ROOM() Logic::changeRoom
SETUP_SCREENS() *not needed* (only calls Display::setupPanel)
SETUP_VARS() *not needed* (equivalent to Command::clear(), SCENE=0, clear(gamestate))