aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMatthew Hoops2011-05-25 10:32:45 -0400
committerMatthew Hoops2011-05-25 10:50:46 -0400
commit6b367531707a866e5997039d2a139ef16287a256 (patch)
tree686325c6a8c0d7d21faa5eff140e66dcdefe97e4 /engines
parenteea482fa4304cab0e23ca4abffdec3651e45f01d (diff)
downloadscummvm-rg350-6b367531707a866e5997039d2a139ef16287a256.tar.gz
scummvm-rg350-6b367531707a866e5997039d2a139ef16287a256.tar.bz2
scummvm-rg350-6b367531707a866e5997039d2a139ef16287a256.zip
ALL: favour/favourite -> favor/favorite
Diffstat (limited to 'engines')
-rw-r--r--engines/lure/decode.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/lure/decode.cpp b/engines/lure/decode.cpp
index 3e139a10d6..59390e6e91 100644
--- a/engines/lure/decode.cpp
+++ b/engines/lure/decode.cpp
@@ -131,7 +131,7 @@ MemoryBlock *PictureDecoder::egaDecode(MemoryBlock *src, uint32 maxOutputSize) {
READ_BIT_DX
if (!bitFlag) {
- // Get the favourite color
+ // Get the favorite color
v = popTable[tableOffset];
} else {
@@ -143,7 +143,7 @@ MemoryBlock *PictureDecoder::egaDecode(MemoryBlock *src, uint32 maxOutputSize) {
READ_BIT_DX
if (bitFlag) {
- // We have no favourite. Could this be a repeat?
+ // We have no favorite. Could this be a repeat?
al = dx >> 11;
READ_BITS(5);
@@ -184,7 +184,7 @@ MemoryBlock *PictureDecoder::egaDecode(MemoryBlock *src, uint32 maxOutputSize) {
}
} else {
- // Fourth favourite
+ // Fourth favorite
v = popTable[tableOffset + 96];
}
@@ -193,10 +193,10 @@ MemoryBlock *PictureDecoder::egaDecode(MemoryBlock *src, uint32 maxOutputSize) {
READ_BIT_DX
if (bitFlag) {
- // Third favourite
+ // Third favorite
v = popTable[tableOffset + 64];
} else {
- // Second favourite
+ // Second favorite
v = popTable[tableOffset + 32];
}
}