Fix typo.
svn-id: r35237
This commit is contained in:
parent
54a8468188
commit
5b74ea3d44
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ void ScummEngine::stopCycle(int i) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Cycle the colors in the given palette in the intervael [cycleStart, cycleEnd]
|
* Cycle the colors in the given palette in the interval [cycleStart, cycleEnd]
|
||||||
* either one step forward or backward.
|
* either one step forward or backward.
|
||||||
*/
|
*/
|
||||||
static void doCyclePalette(byte *palette, int cycleStart, int cycleEnd, int size, bool forward) {
|
static void doCyclePalette(byte *palette, int cycleStart, int cycleEnd, int size, bool forward) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue