aboutsummaryrefslogtreecommitdiff
path: root/sword2/sword2.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/sword2.h')
-rw-r--r--sword2/sword2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sword2/sword2.h b/sword2/sword2.h
index 42ad3109ab..972d23d711 100644
--- a/sword2/sword2.h
+++ b/sword2/sword2.h
@@ -62,6 +62,7 @@ class Sword2State : public Engine {
uint32 _features;
byte _gameId;
Sword2Sound *_sound;
+ OSystem::MutexRef _paletteMutex; // put in a gfx class?
private:
bool _quit;
};