mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 16:59:06 +00:00
Fix typo.
svn-id: r35237
This commit is contained in:
parent
54a8468188
commit
5b74ea3d44
@ -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.
|
||||
*/
|
||||
static void doCyclePalette(byte *palette, int cycleStart, int cycleEnd, int size, bool forward) {
|
||||
|
Loading…
Reference in New Issue
Block a user