From 685a965bc64a6971eecd1d61f8cad606b5f0ac02 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Wed, 1 Feb 2017 11:14:34 -0600 Subject: [PATCH] working on palllist.c and no idea how to preserve bg --- src/zcroll.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/zcroll.c b/src/zcroll.c index 557cc9a3..8c148d9c 100755 --- a/src/zcroll.c +++ b/src/zcroll.c @@ -211,11 +211,13 @@ void main(int argc, char *argv[]) { bakapee1=FILENAME_1; bakapee1p=FILENAME_1P; + enti->overdraww=0; } if(IN_KeyDown(sc_K)) { bakapee1=FILENAME_2; bakapee1p=FILENAME_2P; + enti->overdraww=2; } //read_vrs(&gvar, bakapee1, player[0].enti.spri->spritesheet); VRS_ReadVRS(bakapee1, &player[0].enti, &gvar); -- 2.39.2