OSDN Git Service

why that 8 is up there?
authorsparky4 <sparky4@cock.li>
Mon, 13 Mar 2017 17:35:53 +0000 (12:35 -0500)
committersparky4 <sparky4@cock.li>
Mon, 13 Mar 2017 17:35:53 +0000 (12:35 -0500)
src/0.c
src/test.c
src/zcroll.c

diff --git a/src/0.c b/src/0.c
index 28d5ff0..901d8ef 100755 (executable)
--- a/src/0.c
+++ b/src/0.c
@@ -34,7 +34,6 @@
 \r
 #define INITTNUM 1\r
 \r
-map_view_t mv[4];\r
 map_t map;//junk var\r
 \r
 int main(int argc,char **argv)\r
index a4a7f48..5464355 100755 (executable)
@@ -49,7 +49,6 @@ void main(int argc, char *argv[])
        static word paloffset=0;\r
        static global_game_variables_t gvar;\r
 \r
-//     map_view_t mv[4];\r
        map_t map;\r
 \r
        int i, j;\r
index 0cdfadf..a245efa 100755 (executable)
@@ -27,7 +27,6 @@
 \r
 #define FADE\r
 \r
-//map_view_t mv[4];\r
 static map_t map;\r
 float t;\r
 \r
@@ -73,8 +72,7 @@ void main(int argc, char *argv[])
 \r
        // OK, this one takes hellova time and needs to be done in farmalloc or MM_...\r
        //IN CA i think you use CAL_SetupGrFile but i do think we should work together on this part --sparky4\r
-       //gvar.player[0].enti.spri = malloc(sizeof(struct sprite));\r
-       gvar.player[0].enti.spri.spritesheet = malloc(sizeof(struct vrs_container));\r
+//     gvar.player[0].enti.spri.spritesheet = malloc(sizeof(struct vrs_container));\r
 \r
        // create the map\r
 //     fprintf(stderr, "testing map load~      ");\r