aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--saga/scene.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/scene.h b/saga/scene.h
index 72bab47ca3..9ab176011e 100644
--- a/saga/scene.h
+++ b/saga/scene.h
@@ -243,7 +243,7 @@ class Scene {
void initDoorsState();
void getBGInfo(BGInfo &bgInfo);
- void getBGPal(PalEntry *&pal) const {
+ void getBGPal(PalEntry *&pal) {
pal = (PalEntry *)_bg.pal;
}