From 31562600b7ff4f2b467336df153204276ad4a9b6 Mon Sep 17 00:00:00 2001 From: Ruediger Hanke Date: Sun, 25 Aug 2002 20:12:04 +0000 Subject: Please note that char type is not an abbreviation for signed char ... is can be (and is) unsigned on some systems svn-id: r4857 --- scumm/smush/codec37.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') diff --git a/scumm/smush/codec37.cpp b/scumm/smush/codec37.cpp index 3313ab6c5f..bb59606c34 100644 --- a/scumm/smush/codec37.cpp +++ b/scumm/smush/codec37.cpp @@ -85,7 +85,7 @@ Codec37Decoder::~Codec37Decoder() { } void Codec37Decoder::maketable(int pitch, int index) { - static const char maketable_bytes[] = { + static const signed char maketable_bytes[] = { 0, 0, 1, 0, 2, 0, 3, 0, 5, 0, 8, 0, 13, 0, 21, 0, -1, 0, -2, 0, -3, 0, -5, 0, -8, 0, -13, 0, -17, 0, -21, 0, 0, 1, 1, 1, 2, 1, 3, 1, 5, 1, 8, 1, 13, 1, 21, 1, -- cgit v1.2.3