From e2dc030c9e52911ed9808a9e4a65bc9e0e9d8e9b Mon Sep 17 00:00:00 2001
From: sparky4 <sparky4@cock.li>
Date: Fri, 26 May 2017 22:01:50 -0500
Subject: [PATCH] 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 [i work on
 CA] palette debug show values added wwww and i need to know how to see
 vrs/vrl imaage data palette index numbers [i am trying to find out how the
 hell you get the index number values of VRL/VRS] boom has been fixed
 ^^[CA_CacheMap added seems to be used in start a new game] what is mapsegs?

---
 16/shitman |  1 +
 makefile   | 13 +++++++++----
 2 files changed, 10 insertions(+), 4 deletions(-)
 create mode 160000 16/shitman

diff --git a/16/shitman b/16/shitman
new file mode 160000
index 00000000..30235e5e
--- /dev/null
+++ b/16/shitman
@@ -0,0 +1 @@
+Subproject commit 30235e5eabc57190c68d5b042a687295029026cc
diff --git a/makefile b/makefile
index b3d013fe..f0635953 100755
--- a/makefile
+++ b/makefile
@@ -604,10 +604,7 @@ initlibs: .symbolic
 	@git clone https://github.com/id-Software/wolf3d.git
 	@git clone https://github.com/keendreams/keen.git
 	@git clone https://github.com/FlatRockSoft/Catacomb3D.git
-	@git clone https://github.com/joncampbell123/shitman.git
-	@cd 16/shitman
-	@$(REMOVECOMMAND) -rf doslib
-	@git clone https://github.com/joncampbell123/doslib.git
+	@wmake initshitman
 	@cd $(BUILD_ROOT)
 	@$(COPYCOMMAND) $(DOSLIBDIR)/make-lowercase .
 
@@ -617,6 +614,14 @@ getlib: .symbolic
 	@git clone https://github.com/zserge/jsmn.git
 	@cd $(BUILD_ROOT)
 
+initshitman: .symbolic
+	@cd 16
+	@git clone https://github.com/joncampbell123/shitman.git
+	@cd shitman
+	@$(REMOVECOMMAND) -rf doslib
+	@git clone https://github.com/joncampbell123/doslib.git
+	@cd $(BUILD_ROOT)
+
 ##
 ##	experimental libs
 ##
-- 
2.39.5