From: sparky4 Date: Tue, 13 Oct 2015 15:27:01 +0000 (-0500) Subject: ok X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=7f91b5123539e8fb1fee0c147526b6950aea481b;p=16.git ok --- diff --git a/palettel.exe b/palettel.exe index 630ed755..75f386f0 100755 Binary files a/palettel.exe and b/palettel.exe differ diff --git a/palettel.map b/palettel.map index cf083304..15e88173 100755 --- a/palettel.map +++ b/palettel.map @@ -1,7 +1,7 @@ Open Watcom Linker Version 2.0 beta Sep 16 2015 10:14:10 (64-bit) Copyright (c) 2002-2015 The Open Watcom Contributors. All Rights Reserved. Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved. -Created on: 15/10/13 10:26:28 +Created on: 15/10/13 10:27:01 Executable Image: palettel.exe creating a DOS executable @@ -24,7 +24,7 @@ DGROUP 116b:0000 0000f050 Segment Class Group Address Size ======= ===== ===== ======= ==== -palettel_TEXT CODE AUTO 0000:0000 00000089 +palettel_TEXT CODE AUTO 0000:0000 0000008b 16_in_TEXT CODE AUTO 0000:0090 00001e80 16_mm_TEXT CODE AUTO 0000:1f10 00003308 wcpu_TEXT CODE AUTO 0000:5220 00000058 @@ -632,4 +632,4 @@ gfx.lib Stack size: dac0 (56000.) Memory size: 00020700 (132864.) Entry point address: 0000:7c46 -Link time: 00:00.89 +Link time: 00:00.81 diff --git a/src/palettel.c b/src/palettel.c index 7493b7e4..d761cc58 100755 --- a/src/palettel.c +++ b/src/palettel.c @@ -38,7 +38,7 @@ main(int argc, char *argv[]) // modexPalSave(pal); modexPalBlack(); - modexLoadPalFile(bakapee, &pal); + modexLoadPalFile(bakapee, *pal); modexFadeOn(1, pal); modexPalUpdate1(pal);