]> 4ch.mooo.com Git - 16.git/commitdiff
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 28d5ff052871dd9d7c2ff40a7e80c9abfd985809..901d8ef77492b5680e8dffd785941feac7e60b2a 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 a4a7f4891991fbcbd4d56185476cd2f494c9d350..5464355e3cc262e2eac6579d90daab44d7df8876 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 0cdfadfe7b499f1936d5f1e9fbe48006d4412b5d..a245efad61b2bc762447c5ec828cb9369175f394 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