From: sparky4 Date: Mon, 13 Mar 2017 17:35:53 +0000 (-0500) Subject: why that 8 is up there? X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=6972c5fdbdc4480581d3c0ab65d9ef8c3a089847;p=16.git why that 8 is up there? --- 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~ ");