aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sci/gfx/palette.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/gfx/palette.h b/engines/sci/gfx/palette.h
index a9a16a8ef9..82a447e001 100644
--- a/engines/sci/gfx/palette.h
+++ b/engines/sci/gfx/palette.h
@@ -45,7 +45,7 @@ public:
: r(0), g(0), b(0), _parentIndex(-1), refcount(FREE)
{ }
PaletteEntry(byte R, byte G, byte B)
- : r(R), g(G), b(B), _parentIndex(-1), refcount(LOCKED)
+ : r(R), g(G), b(B), _parentIndex(-1), refcount(FREE)
{ }
/** @name Color data */