diff options
author | Max Horn | 2010-11-17 12:22:08 +0000 |
---|---|---|
committer | Max Horn | 2010-11-17 12:22:08 +0000 |
commit | ee4770ffb6be50008d129ba52a5dd6f46a7d16cd (patch) | |
tree | 45be60c3403525d32f633745800c77e6afed9ca1 /engines/scumm | |
parent | dbddd758d1494f52c96b959b3d03f8e0156fb7cf (diff) | |
download | scummvm-rg350-ee4770ffb6be50008d129ba52a5dd6f46a7d16cd.tar.gz scummvm-rg350-ee4770ffb6be50008d129ba52a5dd6f46a7d16cd.tar.bz2 scummvm-rg350-ee4770ffb6be50008d129ba52a5dd6f46a7d16cd.zip |
ENGINES: Change 'colour' to 'color'
Only changed this in engines where 'color' was/is already used
almost exclusively
svn-id: r54288
Diffstat (limited to 'engines/scumm')
-rw-r--r-- | engines/scumm/palette.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/palette.cpp b/engines/scumm/palette.cpp index 672af1e191..509547984a 100644 --- a/engines/scumm/palette.cpp +++ b/engines/scumm/palette.cpp @@ -1092,7 +1092,7 @@ void ScummEngine::updatePalette() { else data = _currentPalette + i * 3; - // Sam & Max film noir mode. Convert the colours to grayscale + // Sam & Max film noir mode. Convert the colors to grayscale // before uploading them to the backend. if (noir_mode) { |