From: sparky4 Date: Mon, 17 Oct 2016 20:56:44 +0000 (-0500) Subject: a space bar added to 16_ca.c (i am still mworking on this part owwolf3d port whould... X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=d6f4d6055ab7da24dd416e4161bef5ea5662a170 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) --- 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