From e5d79b39291069ca612339055dd622b5fdcf567b Mon Sep 17 00:00:00 2001 From: sparky4 Date: Tue, 4 Apr 2017 12:19:05 -0500 Subject: [PATCH] p16 is being worked on a bunch by me wwww [16_ca needs huge amounts of work and I should remember what needs to be done soon][OpenVGMFile needs to be ported to 16_snd.c]going to port rest of code to borland c some time so we can use the core components of id engine here [going to add 16_us.c eventually but the debug system and CA_ PM_ and MM_ usage is priority now]older zcroll renamed to xcroll][zcroll is now the pre menu game loop system with PROPER data usage with CAMMPM] --- src/0.c | 2 -- src/exmmtest.c | 1 - 2 files changed, 3 deletions(-) diff --git a/src/0.c b/src/0.c index 69e6e39e..7a9d4778 100755 --- a/src/0.c +++ b/src/0.c @@ -304,8 +304,6 @@ if(!noanim) { buffer = NULL; free(buffer); bufsz = 0; - free(bakapee1); - free(bakapee2); printf("\nProject 16 0.exe. This is just a test file!\n"); printf("version %s\n", VERSION); //SCROLLEXITMESG; diff --git a/src/exmmtest.c b/src/exmmtest.c index 0e7bb0ce..56a674f1 100755 --- a/src/exmmtest.c +++ b/src/exmmtest.c @@ -297,7 +297,6 @@ PRINTBB; KEYP MM_Shutdown(&gvar); #endif //NOVID IN_Shutdown(&gvar); - free(bakapee1); free(bakapee2); printf("========================================\n"); printf("near= %Fp ", gvar.mm.nearheap); printf("far= %Fp", gvar.mm.farheap); -- 2.39.2