From 6972c5fdbdc4480581d3c0ab65d9ef8c3a089847 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Mon, 13 Mar 2017 12:35:53 -0500 Subject: [PATCH] why that 8 is up there? --- src/0.c | 1 - src/test.c | 1 - src/zcroll.c | 4 +--- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/0.c b/src/0.c index 28d5ff05..901d8ef7 100755 --- a/src/0.c +++ b/src/0.c @@ -34,7 +34,6 @@ #define INITTNUM 1 -map_view_t mv[4]; map_t map;//junk var int main(int argc,char **argv) diff --git a/src/test.c b/src/test.c index a4a7f489..5464355e 100755 --- a/src/test.c +++ b/src/test.c @@ -49,7 +49,6 @@ void main(int argc, char *argv[]) static word paloffset=0; static global_game_variables_t gvar; -// map_view_t mv[4]; map_t map; int i, j; diff --git a/src/zcroll.c b/src/zcroll.c index 0cdfadfe..a245efad 100755 --- a/src/zcroll.c +++ b/src/zcroll.c @@ -27,7 +27,6 @@ #define FADE -//map_view_t mv[4]; static map_t map; float t; @@ -73,8 +72,7 @@ void main(int argc, char *argv[]) // OK, this one takes hellova time and needs to be done in farmalloc or MM_... //IN CA i think you use CAL_SetupGrFile but i do think we should work together on this part --sparky4 - //gvar.player[0].enti.spri = malloc(sizeof(struct sprite)); - gvar.player[0].enti.spri.spritesheet = malloc(sizeof(struct vrs_container)); +// gvar.player[0].enti.spri.spritesheet = malloc(sizeof(struct vrs_container)); // create the map // fprintf(stderr, "testing map load~ "); -- 2.11.0