]> 4ch.mooo.com Git - 16.git/commitdiff
stable ^^
authorsparky4 <sparky4@cock.li>
Mon, 31 Aug 2015 16:29:36 +0000 (11:29 -0500)
committersparky4 <sparky4@cock.li>
Mon, 31 Aug 2015 16:29:36 +0000 (11:29 -0500)
modified:   scroll.exe
modified:   src/lib/16_head.h
modified:   src/scroll.c

scroll.exe
src/lib/16_head.h
src/scroll.c

index 0e48dc1870fbd00fd7ed18f147fe8559a4f0e807..94bc6b0c2a9568d1fd6dccb30a9ddbb9d85e3496 100755 (executable)
Binary files a/scroll.exe and b/scroll.exe differ
index 8d31e208d1416be68b17fe131755249bcae66d50..5634fa39b9025ad74480309b3b8ad09e797bed81 100755 (executable)
 #include "src/lib/nyan/kitten.h"\r
 #include "src/lib/types.h"\r
 \r
-//0000 test type def wwww\r
-/*struct list {\r
-       struct list __based(__self) *next;\r
-       int         value;\r
-};*/\r
-\r
 /* Control codes for all keys on the keyboard */\r
 //here temperarly\r
 /*\r
index 2e5c69f7f08563ab51a1923c947c367d1472dffd..8d91b312f7af3ef8e6ad0ad971f65f90e58b1061 100755 (executable)
@@ -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);