X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=blobdiff_plain;f=src%2Flib%2Fscroll16.h;h=0cf17b2487bb9693788c75741971553d9e0b5bd3;hp=2b5ca92c69be370528b9e6aab3ccd2656971656b;hb=3a088e0a4a5306da276a61c89567a48710b1e721;hpb=5c3da8981be76348ea34711b6297c0d2d3ed19ab diff --git a/src/lib/scroll16.h b/src/lib/scroll16.h index 2b5ca92c..0cf17b24 100755 --- a/src/lib/scroll16.h +++ b/src/lib/scroll16.h @@ -55,11 +55,14 @@ #define PCXBMPPTR PCXBMPVAR //row and colum drawing routines -//#define FULLRCREND +#define FULLRCREND +//#ifdef FULLRCREND #define DRAWCOLNUM mv->page[id].dx #define DRAWROWNUM mv->page[id].dy -//#define DRAWCOLNUM pl[plid].enti.q -//#define DRAWROLNUM pl[plid].enti.q +//#else +//#define DRAWCOLNUM player[plid].enti.q +//#define DRAWROWNUM player[plid].enti.q +//#endif //for null map! #define MAPW 40 @@ -67,7 +70,7 @@ extern struct glob_game_vars *ggvv; #ifdef __DEBUG_RF__ -#define DBG_RFDELAYMETHOD delay(250); +#define DBG_RFDELAYMETHOD delay(500); #endif //===========================================================================// @@ -130,8 +133,8 @@ void mapGoTo(map_view_t *mv, int tx, int ty); void ZC_mapinitMV(map_view_t *mv, int tx, int ty); void ZC_mapredraw(map_view_t *mv, int tx, int ty); void near mapDrawTile(tiles_t *t, word i, page_t *page, word x, word y); -void near mapDrawRow(map_view_t *mv, int tx, int ty, word y, player_t *player, word poopoffset); -void near mapDrawCol(map_view_t *mv, int tx, int ty, word x, player_t *player, word poopoffset); +void near mapDrawRow(map_view_t *mv, int tx, int ty, word y, player_t *player); +void near mapDrawCol(map_view_t *mv, int tx, int ty, word x, player_t *player); void mapDrawWRow(map_view_t *mv, int tx, int ty, word y); void mapDrawWCol(map_view_t *mv, int tx, int ty, word x); inline void near ScrollRight(map_view_t *mv, player_t *pl, word id, word plid)