aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction')
-rw-r--r--engines/parallaction/dialogue.cpp2
-rw-r--r--engines/parallaction/exec_br.cpp4
-rw-r--r--engines/parallaction/saveload.cpp4
3 files changed, 5 insertions, 5 deletions
diff --git a/engines/parallaction/dialogue.cpp b/engines/parallaction/dialogue.cpp
index f5fbb50bf6..da9dfbe1d9 100644
--- a/engines/parallaction/dialogue.cpp
+++ b/engines/parallaction/dialogue.cpp
@@ -480,7 +480,7 @@ void Parallaction::exitDialogueMode() {
/* Since the current instance of _dialogueMan must be destroyed before the
zone commands are executed, as they may create a new instance of _dialogueMan that
would overwrite the current, we need to save the references to the command lists.
- */
+ */
CommandList *_cmdList = _dialogueMan->_cmdList;
ZonePtr z = _dialogueMan->_z;
diff --git a/engines/parallaction/exec_br.cpp b/engines/parallaction/exec_br.cpp
index e351a5ab2f..ec9f846459 100644
--- a/engines/parallaction/exec_br.cpp
+++ b/engines/parallaction/exec_br.cpp
@@ -274,9 +274,9 @@ DECLARE_COMMAND_OPCODE(swap) {
DECLARE_COMMAND_OPCODE(give) {
- warning("Parallaction_br::cmdOp_give not yet implemented");
+ warning("Parallaction_br::cmdOp_give not yet implemented");
- /* NOTE: the following code is disabled until I deal with _inventory and
+ /* NOTE: the following code is disabled until I deal with _inventory and
* _charInventories not being public
*/
/* int item = ctxt._cmd->_object;
diff --git a/engines/parallaction/saveload.cpp b/engines/parallaction/saveload.cpp
index bb9ac1503e..cb0dccbcee 100644
--- a/engines/parallaction/saveload.cpp
+++ b/engines/parallaction/saveload.cpp
@@ -342,13 +342,13 @@ void SaveLoad_ns::renameOldSavefiles() {
oldName = oldFilenames[i];
int e = sscanf(oldName.c_str(), "game.%u", &id);
if (e != 1) {
- // this wasn't a savefile, so adjust numOldSaves accordingly
+ // this wasn't a savefile, so adjust numOldSaves accordingly
--numOldSaves;
continue;
}
if (!rename) {
- rename = askRenameOldSavefiles();
+ rename = askRenameOldSavefiles();
}
if (!rename) {
// return immediately if the user doesn't want to rename the files