mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-05 18:41:12 +00:00
Please note that char type is not an abbreviation for signed char ... is can be (and is) unsigned on some systems
svn-id: r4857
This commit is contained in:
parent
b3f038b8df
commit
31562600b7
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user