X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=scroll.c;h=919aabcb8221b1998309c19715cd1ae345a14716;hb=323fc102247a2f0d6e3761d2d77617c3a90c5441;hp=d0e6d353e87cdf71a9994d8cd962a820d9217626;hpb=46e61f75ca6161fc5c84ebf05d549f427f127850;p=proj16%2F16.git diff --git a/scroll.c b/scroll.c index d0e6d353..919aabcb 100644 --- a/scroll.c +++ b/scroll.c @@ -31,6 +31,7 @@ typedef struct { word dyThresh; //???? } map_view_t; +//TODO: make this into actor_t struct { int x; //player exact position on the viewable map int y; //player exact position on the viewable map @@ -59,8 +60,8 @@ void animatePlayer(map_view_t *src, map_view_t *dest, /*map_view_t *top, */short #define SPEED 4 //place holder definitions -#define MAPX 40 -#define MAPY 30 +#define MAPX 200 +#define MAPY 150 #define TRIGGX 10 #define TRIGGY 9 //#define SWAP(a, b) tmp=a; a=b; b=tmp;