aboutsummaryrefslogtreecommitdiff
path: root/saga/gfx.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-09-27 17:38:35 +0000
committerTorbjörn Andersson2005-09-27 17:38:35 +0000
commit2854ddbc809c01306761294be7851342808f6995 (patch)
tree93e94fbeba1300f3c8ba39793ab147335d5194f9 /saga/gfx.cpp
parent1da2d2662b97659eafa2ab6be8730062a86fbaea (diff)
downloadscummvm-rg350-2854ddbc809c01306761294be7851342808f6995.tar.gz
scummvm-rg350-2854ddbc809c01306761294be7851342808f6995.tar.bz2
scummvm-rg350-2854ddbc809c01306761294be7851342808f6995.zip
Used Willem Jan's suggestion for making the ugliness go away.
svn-id: r18889
Diffstat (limited to 'saga/gfx.cpp')
-rw-r--r--saga/gfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/gfx.cpp b/saga/gfx.cpp
index ca8f566e76..6dcf1f09cc 100644
--- a/saga/gfx.cpp
+++ b/saga/gfx.cpp
@@ -164,7 +164,7 @@ void Surface::transitionDissolve(const byte *sourceBuffer, const Common::Rect &s
}
-void Gfx::setPalette(PalEntry *pal) {
+void Gfx::setPalette(const PalEntry *pal) {
int i;
byte *ppal;