diff options
author | Strangerke | 2014-02-19 21:42:38 +0100 |
---|---|---|
committer | Strangerke | 2014-02-19 21:45:26 +0100 |
commit | 9c82cf4844130c32e5d25d958e47d829149c1a84 (patch) | |
tree | aab0a41d09b3c47ee37470df3b2d1888facb1339 /engines | |
parent | 9a22da65730f8be718c7bf6eac29e2a9a5c6630f (diff) | |
download | scummvm-rg350-9c82cf4844130c32e5d25d958e47d829149c1a84.tar.gz scummvm-rg350-9c82cf4844130c32e5d25d958e47d829149c1a84.tar.bz2 scummvm-rg350-9c82cf4844130c32e5d25d958e47d829149c1a84.zip |
TEENAGENT: Some British to American English
Diffstat (limited to 'engines')
-rw-r--r-- | engines/teenagent/callbacks.cpp | 2 | ||||
-rw-r--r-- | engines/teenagent/resources.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/teenagent/callbacks.cpp b/engines/teenagent/callbacks.cpp index 3f77673144..74d3d7d56d 100644 --- a/engines/teenagent/callbacks.cpp +++ b/engines/teenagent/callbacks.cpp @@ -4624,7 +4624,7 @@ bool TeenAgentEngine::processCallback(uint16 addr) { SET_FLAG(dsAddr_mansionVCRPlayedTapeBeforeFlag, 1); } } else - displayMessage(dsAddr_tvOffMsg); // "I just realised that the TV is off" + displayMessage(dsAddr_tvOffMsg); // "I just realized that the TV is off" } else { SET_FLAG(dsAddr_mansionVCRPlayingTapeFlag, 0); if (CHECK_FLAG(dsAddr_mansionTVOnFlag, 1)) { diff --git a/engines/teenagent/resources.h b/engines/teenagent/resources.h index d2b4874042..2cdc070a87 100644 --- a/engines/teenagent/resources.h +++ b/engines/teenagent/resources.h @@ -495,7 +495,7 @@ const uint16 dsAddr_noDepraveMsg = 0x4d02; // "Nah, I don't want to deprave the // No Read Again Message : 0x4d2a to 0x4d5a const uint16 dsAddr_noReadAgainMsg = 0x4d2a; // "I don't want to read it again. I might like it." // TV Off Message : 0x4d5b to 0x4d7f -const uint16 dsAddr_tvOffMsg = 0x4d5b; // "I just realised that the TV is off" +const uint16 dsAddr_tvOffMsg = 0x4d5b; // "I just realized that the TV is off" // Not Happen Message : 0x4d80 to 0x4d92 const uint16 dsAddr_NotHappenMsg = 0x4d80; // "Nothing happened" // Tape Started Message : 0x4d93 to 0x4da5 |