From f773d76c5452502a1b9ed4aaa3eaee4d09d6fc43 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sun, 24 Jul 2005 17:07:16 +0000 Subject: Removed "const" to silence GCC warning. I don't know if GCC was right or wrong to warn, but it annoyed me. svn-id: r18581 --- saga/scene.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3