From: sparky4 Date: Mon, 20 Mar 2017 14:27:48 +0000 (-0500) Subject: __seguse.txt added to show _seg usage also OpenVGMFile needs to be ported to 16_snd... X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=fec8e80aab1c077566f2024dff6407147af0b1cf;p=16.git __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 ] --- diff --git a/src/16.c b/src/16.c index b0ca840a..250eeadb 100755 --- a/src/16.c +++ b/src/16.c @@ -52,4 +52,10 @@ main(int argc, char *argv[]) printf("version %s\n", VERSION); WCPU_cpufpumesg(); modexFadeOn(4, gvar.video.dpal); +// InitGame (); + +// DemoLoop(); + +// Quit("Demo loop exited???"); + }