From: sparky4 <sparky4@cock.li>
Date: Mon, 31 Aug 2015 16:29:36 +0000 (-0500)
Subject: stable ^^
X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=95d9a86ba9df7b1cdfe3b990b1e52298c56ce23f;p=16.git

stable ^^
	modified:   scroll.exe
	modified:   src/lib/16_head.h
	modified:   src/scroll.c
---

diff --git a/scroll.exe b/scroll.exe
index 0e48dc18..94bc6b0c 100755
Binary files a/scroll.exe and b/scroll.exe differ
diff --git a/src/lib/16_head.h b/src/lib/16_head.h
index 8d31e208..5634fa39 100755
--- a/src/lib/16_head.h
+++ b/src/lib/16_head.h
@@ -50,12 +50,6 @@
 #include "src/lib/nyan/kitten.h"
 #include "src/lib/types.h"
 
-//0000 test type def wwww
-/*struct list {
-	struct list __based(__self) *next;
-	int         value;
-};*/
-
 /* Control codes for all keys on the keyboard */
 //here temperarly
 /*
diff --git a/src/scroll.c b/src/scroll.c
index 2e5c69f7..8d91b312 100755
--- a/src/scroll.c
+++ b/src/scroll.c
@@ -369,6 +369,7 @@ void main()
 	VGAmodeX(0, &gvar);
 	IN_Shutdown();
 	printf("Project 16 scroll.exe. This is just a test file!\n");
+	printf("version %s %s\n", __DATE__, __TIME__);
 	printf("tx: %d\n", bg->tx);
 	printf("ty: %d\n", bg->ty);
 	printf("player[0].x: %d", player[0].x); printf("		player[0].y: %d\n", player[0].y);