aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/palette.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/palette.cpp')
-rw-r--r--engines/mads/palette.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/palette.cpp b/engines/mads/palette.cpp
index b5a379dfde..755f7bcf5c 100644
--- a/engines/mads/palette.cpp
+++ b/engines/mads/palette.cpp
@@ -504,7 +504,7 @@ void Fader::mapToGreyRamp(byte palette[PALETTE_SIZE], int baseColor, int numColo
// Sort the mapping lists
insertionSort(numColors, greyList, greyMapping);
- // Initialise state variables
+ // Initialize state variables
int greySum = 0;
int greyScan = 0;
int greyMark = 0;