From 2854ddbc809c01306761294be7851342808f6995 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Tue, 27 Sep 2005 17:38:35 +0000 Subject: Used Willem Jan's suggestion for making the ugliness go away. svn-id: r18889 --- saga/gfx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'saga/gfx.cpp') 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; -- cgit v1.2.3