From: sparky4 Date: Fri, 21 Apr 2017 14:00:30 +0000 (-0500) Subject: 16_ca needs huge amounts of work and I should remember what needs to be done soon... X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=87088c254614070c598ac105d2d89c9d453ee7e3 16_ca needs huge amounts of work and I should remember what needs to be done soon[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] added 1st scroll back --- diff --git a/makefile b/makefile index 542a5db0..22212468 100755 --- a/makefile +++ b/makefile @@ -199,7 +199,7 @@ TESTEXEC = & inputest.exe & vrstest.exe & tesuto.exe & - 0.exe & + 0tesuto.exe & maptest.exe & imfplay.exe #zcroll.exe & @@ -264,8 +264,8 @@ zcroll.exe: zcroll.$(OBJ) $(16LIB) gfx.lib $(DOSLIB) zcroll.$(OBJ): $(SRC)/zcroll.c tesuto.exe: tesuto.$(OBJ) 16_head.$(OBJ) gfx.lib $(DOSLIB) tesuto.$(OBJ): $(SRC)/tesuto.c -0.exe: 0.$(OBJ) $(16LIB) gfx.lib $(DOSLIB) -0.$(OBJ): $(SRC)/0.c +0tesuto.exe: 0tesuto.$(OBJ) $(16LIB) gfx.lib $(DOSLIB) +0tesuto.$(OBJ): $(SRC)/0tesuto.c vidtest.exe: vidtest.$(OBJ) $(16LIB) gfx.lib $(DOSLIB) #test2.exe: test2.$(OBJ) gfx.lib $(DOSLIB) test0.exe: test0.$(OBJ) diff --git a/src/0.c b/src/0tesuto.c similarity index 100% rename from src/0.c rename to src/0tesuto.c