(svn r4249) -Codechange: Replace more occurences of 16 by TILE_SIZE and of 8 by TILE_HEIGHT. Reverted one change from the previous commit because it was faulty
@@ -23,7 +23,7 @@ uint GetTileh(uint n, uint w, uint e, uint s, uint *h)
if((s-=min)!=0)r+=(--s<<4)+2;
if((w-=min)!=0)r+=(--w<<4)+1;
if(h!=NULL)*h=min*8;
if(h!=NULL)*h=min*TILE_HEIGHT;
returnr;
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.