aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/script.cpp
diff options
context:
space:
mode:
authorMax Horn2007-06-30 17:34:49 +0000
committerMax Horn2007-06-30 17:34:49 +0000
commita6210289f5e22c135bd3c0738350bf2df3c8f7d9 (patch)
tree8b8100e6a8655d68027b579a70da233a4e72c6dd /engines/agos/script.cpp
parenta5352e9a97daa92c8d6f5f4dfafc859937302508 (diff)
downloadscummvm-rg350-a6210289f5e22c135bd3c0738350bf2df3c8f7d9.tar.gz
scummvm-rg350-a6210289f5e22c135bd3c0738350bf2df3c8f7d9.tar.bz2
scummvm-rg350-a6210289f5e22c135bd3c0738350bf2df3c8f7d9.zip
AGOS code cleanup
svn-id: r27794
Diffstat (limited to 'engines/agos/script.cpp')
-rw-r--r--engines/agos/script.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/agos/script.cpp b/engines/agos/script.cpp
index bb7faa91d3..ace0b9d50f 100644
--- a/engines/agos/script.cpp
+++ b/engines/agos/script.cpp
@@ -753,7 +753,7 @@ void AGOSEngine::o_setAdjNoun() {
void AGOSEngine::o_saveUserGame() {
// 132: save user game
if (getGameId() == GID_SIMON1CD32) {
- // The Amiga CD32 version of Simon the Sorcerer 1uses a single slot
+ // The Amiga CD32 version of Simon the Sorcerer 1 uses a single slot
if (!saveGame(0, "Default Saved Game")) {
vc33_setMouseOn();
fileError(_windowArray[5], true);
@@ -799,7 +799,7 @@ void AGOSEngine::o_freezeZones() {
freezeBottom();
if (!_copyProtection && !(getFeatures() & GF_TALKIE)) {
- if ((getGameType() == GType_SIMON1 && _subroutine == 2924) ||
+ if ((getGameType() == GType_SIMON1 && _subroutine == 2924) ||
(getGameType() == GType_SIMON2 && _subroutine == 1322)) {
_variableArray[134] = 3;
_variableArray[135] = 3;