From ee4770ffb6be50008d129ba52a5dd6f46a7d16cd Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 17 Nov 2010 12:22:08 +0000 Subject: ENGINES: Change 'colour' to 'color' Only changed this in engines where 'color' was/is already used almost exclusively svn-id: r54288 --- engines/scumm/palette.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/scumm') 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) { -- cgit v1.2.3