From c99bda70e2b46d085d3ba7aa951117bcd737c208 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Mon, 20 Mar 2017 11:17:41 -0500 Subject: [PATCH] __seguse.txt added to show _seg usage also OpenVGMFile needs to be ported to 16_snd.c ][ ca needs huge amounts of work and i should remember what needs to be done soon also i should reverify 16_in.c to make sure it can work with other code of id engine ] --- src/16.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/16.c b/src/16.c index 250eeadb..4fda90d4 100755 --- a/src/16.c +++ b/src/16.c @@ -52,9 +52,9 @@ main(int argc, char *argv[]) printf("version %s\n", VERSION); WCPU_cpufpumesg(); modexFadeOn(4, gvar.video.dpal); -// InitGame (); +// InitGame ();//to be defined in 16_tail -// DemoLoop(); +// DemoLoop();//to be defined in 16_tail // Quit("Demo loop exited???"); -- 2.39.5