changeset 2239:adb0480f6ebd

Change DMC64Image::extraInfo[] type from Uint8 to int.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 15 Jun 2019 07:04:31 +0300
parents 5db6e0b63b35
children e2c6af0c9431
files tools/lib64gfx.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64gfx.h	Sat Jun 15 06:43:36 2019 +0300
+++ b/tools/lib64gfx.h	Sat Jun 15 07:04:31 2019 +0300
@@ -221,7 +221,7 @@
     // Extra information / settings used by some formats,
     // for example some PETSCII-type formats.
     // See D64_EI_* constants.
-    Uint8 extraInfo[D64_MAX_EXTRA_INFO];
+    int extraInfo[D64_MAX_EXTRA_INFO];
 
     //DMC64Sprite sprites[D64_MAX_SPRITES];
 } DMC64Image;