aboutsummaryrefslogtreecommitdiff
path: root/engines/queen
diff options
context:
space:
mode:
Diffstat (limited to 'engines/queen')
-rw-r--r--engines/queen/command.h2
-rw-r--r--engines/queen/resource.cpp2
-rw-r--r--engines/queen/sound.h2
-rw-r--r--engines/queen/walk.cpp4
-rw-r--r--engines/queen/xref.txt22
5 files changed, 16 insertions, 16 deletions
diff --git a/engines/queen/command.h b/engines/queen/command.h
index a3058c10de..5d2f91d9a9 100644
--- a/engines/queen/command.h
+++ b/engines/queen/command.h
@@ -199,7 +199,7 @@ private:
//! returns true if the specified verb is an inventory scroll
bool isVerbInvScroll(Verb v) const { return v == VERB_SCROLL_UP || v == VERB_SCROLL_DOWN; }
- //! commands list for each possible action
+ //! commands list for each possible action
CmdListData *_cmdList;
uint16 _numCmdList;
diff --git a/engines/queen/resource.cpp b/engines/queen/resource.cpp
index d20384f2bc..5a8db74e3b 100644
--- a/engines/queen/resource.cpp
+++ b/engines/queen/resource.cpp
@@ -314,7 +314,7 @@ const RetailGameVersion *Resource::detectGameVersionFromSize(uint32 size) {
if (_gameVersions[i].dataFileSize == size) {
return &_gameVersions[i];
}
- }
+ }
return NULL;
}
diff --git a/engines/queen/sound.h b/engines/queen/sound.h
index e2a279c09b..c2c1481cc6 100644
--- a/engines/queen/sound.h
+++ b/engines/queen/sound.h
@@ -138,7 +138,7 @@ public:
void stopSpeech() { _mixer->stopHandle(_speechHandle); }
bool isSpeechActive() const { return _mixer->isSoundHandleActive(_speechHandle); }
- bool isSfxActive() const { return _mixer->isSoundHandleActive(_sfxHandle); }
+ bool isSfxActive() const { return _mixer->isSoundHandleActive(_sfxHandle); }
void setVolume(int vol);
diff --git a/engines/queen/walk.cpp b/engines/queen/walk.cpp
index eef2954d9a..7765828bd7 100644
--- a/engines/queen/walk.cpp
+++ b/engines/queen/walk.cpp
@@ -469,8 +469,8 @@ int16 Walk::findAreaPosition(int16 *x, int16 *y, bool recalibrate) {
pos = i;
}
}
- // we now have the closest area near X,Y, so we can recalibrate
- // the X,Y coord to be in this area
+ // we now have the closest area near X,Y, so we can recalibrate
+ // the X,Y coord to be in this area
if (recalibrate) {
b = &_roomArea[pos].box;
if (*x < b->x1) *x = b->x1;
diff --git a/engines/queen/xref.txt b/engines/queen/xref.txt
index 9e562069e3..171ae930b0 100644
--- a/engines/queen/xref.txt
+++ b/engines/queen/xref.txt
@@ -180,7 +180,7 @@ USE_CLOTHES() Logic::joeUseClothes
USE_DRESS() Logic::joeUseDress
-
CUTJOEF Logic::_joe.cutFacing
-JOE_RESPstr Logic::_joeResponse
+JOE_RESPstr Logic::_joeResponse
JOEF,JX,JY,JDIR Logic::_joe.*
JOEWALK Logic::_joe.walk
@@ -219,13 +219,13 @@ 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))
-update() QueenEngine::update
+update() QueenEngine::update
-
-A_ANIMstr Logic::_aAnim
+A_ANIMstr Logic::_aAnim
A_ANIM_MAX Logic::_numAAnim
-A_NAMEstr Logic::_aName
+A_NAMEstr Logic::_aName
A_NAME_MAX Logic::_numAName
-A_FILEstr Logic::_aFile
+A_FILEstr Logic::_aFile
A_FILE_MAX Logic::_numAFile
ACTOR_DATA_MAX Logic::_numActors
bamflag BamScene::_flag
@@ -250,7 +250,7 @@ OBJECT_DATA Logic::_objectData
OBJECT_DESCRstr Logic::_objDescription
OBJECT_NAMEstr Logic::_objName
OBJTOT Logic::_numObjects
-OLDROOM,ROOM,NEW_ROOM Logic::_*oom
+OLDROOM,ROOM,NEW_ROOM Logic::_*oom
ROOMTOT Logic::_numRooms
ROOM_DATA Logic::_roomData
ROOM_NAMEstr Logic::_roomName
@@ -282,9 +282,9 @@ SFRAME Person.bobFrame
RESOURCE
========
-tflen() Resource::fileSize
+tflen() Resource::fileSize
topen() Resource::loadFile
-tseek() *not needed*
+tseek() *not needed*
SCREEN
@@ -375,10 +375,10 @@ TEXTS
=====
blanktexts() Display::clearTexts
drawtext() Display::drawTexts
-Ink() Display::textCurrentColor
-MIDDLE() Display::textCenterX / Display::textSetCentered
+Ink() Display::textCurrentColor
+MIDDLE() Display::textCenterX / Display::textSetCentered
text() Display::setText
-textlen() Display::textWidth
+textlen() Display::textWidth
-
textcol Display::_curTextColor
texts Display::_texts