From d6f4d6055ab7da24dd416e4161bef5ea5662a170 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Mon, 17 Oct 2016 15:56:44 -0500 Subject: [PATCH] a space bar added to 16_ca.c (i am still mworking on this part owwolf3d port whould help me understand how this works better) --- src/lib/16_ca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/16_ca.c b/src/lib/16_ca.c index e2803808..74fb0f67 100755 --- a/src/lib/16_ca.c +++ b/src/lib/16_ca.c @@ -902,7 +902,7 @@ void CA_RLEWexpand (unsigned huge *source, unsigned huge *dest,long length, // // NOTE: A repeat count that produces 0xfff0 bytes can blow this! // - __asm{ + __asm { mov bx,rlewtag mov si,sourceoff mov di,destoff -- 2.39.2