diff options
Diffstat (limited to 'simon/debug.cpp')
-rw-r--r-- | simon/debug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/debug.cpp b/simon/debug.cpp index 227587ed87..ffc978815d 100644 --- a/simon/debug.cpp +++ b/simon/debug.cpp @@ -347,7 +347,7 @@ void dump_bitmap(const char *filename, byte *offs, int w, int h, int flags, cons } } - dump_bmp(filename, w, h, b, (uint32 *)palette); + dump_bmp(filename, w, h, b, (const uint32 *)palette); free(b); } |