aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/palette32.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/graphics/palette32.h')
-rw-r--r--engines/sci/graphics/palette32.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/sci/graphics/palette32.h b/engines/sci/graphics/palette32.h
index 6c773cc5c0..d06541fc47 100644
--- a/engines/sci/graphics/palette32.h
+++ b/engines/sci/graphics/palette32.h
@@ -193,11 +193,6 @@ private:
ResourceManager *_resMan;
/**
- * The currently displayed palette.
- */
- Palette _currentPalette;
-
- /**
* The palette revision version. Increments once per game
* loop that changes the source palette.
*/
@@ -209,6 +204,11 @@ private:
bool _needsUpdate;
/**
+ * The currently displayed palette.
+ */
+ Palette _currentPalette;
+
+ /**
* The unmodified source palette loaded by kPalette. Additional
* palette entries may be mixed into the source palette by
* CelObj objects, which contain their own palettes.