Ignore group_en bit (via p1pkin, should fix "18 Wheeler - Minimap tiles / not confined to map boundaries")

This commit is contained in:
Stefanos Kornilios Mitsis Poiitidis 2014-04-25 19:52:27 +03:00 committed by ptitSeb
parent 7e1f639d6f
commit bcf299cfd4
1 changed files with 3 additions and 1 deletions

View File

@ -376,7 +376,9 @@ strip_end:
} }
public: public:
#define group_EN() if (data->pcw.Group_En){ TileClipMode(data->pcw.User_Clip);}
//Group_En bit seems ignored, thanks p1pkin
#define group_EN() /*if (data->pcw.Group_En) */{ TileClipMode(data->pcw.User_Clip);}
static Ta_Dma* TACALL ta_main(Ta_Dma* data,Ta_Dma* data_end) static Ta_Dma* TACALL ta_main(Ta_Dma* data,Ta_Dma* data_end)
{ {
do do