From 31429b63d163e4d556e16772f8852c12cb9c6446 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Tue, 3 Nov 2015 17:02:43 -0600 Subject: [PATCH] boink --- src/planrpcx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/planrpcx.c b/src/planrpcx.c index 6fe5ad7f..924ed8a9 100755 --- a/src/planrpcx.c +++ b/src/planrpcx.c @@ -94,7 +94,8 @@ baka = 1; t2 = (*clockw-start) /18.2; getch(); modexPalUpdate1(ptmpbt.palette); - modexDrawBmpPBufRegion(&gvar.video.page[0], 64, 64, 48, 32, 24, 32, &ptmpnp); + //modexDrawBmpPBufRegion(&gvar.video.page[0], 64, 64, 48, 32, 24, 32, &ptmpnp); + modexDrawBmpPBuf(&gvar.video.page[0], 64, 64, &ptmpnp); while(!kbhit()) { } -- 2.39.5