Simplify DrawCommonTileSeq sequence parameter
commit12c779c15b3c48c9bd5143b85cd88709de7d5e16
authorcirdan <cirdansw@gmail.com>
Mon, 1 May 2017 13:25:45 +0000 (1 15:25 +0200)
committercirdan <cirdansw@gmail.com>
Mon, 1 May 2017 13:25:45 +0000 (1 15:25 +0200)
treeeddc1349d60cf4c8a9fe3b12b3d70dea2f630a1a
parentcb674a5b72c54da205f7ba11b309b1746bf9f5c3
Simplify DrawCommonTileSeq sequence parameter

Pass the DrawTileSeqStruct to draw to DrawCommonTileSeq instead of
the containing DrawTileSprites, as that is what DrawCommonTileSeq
uses.
src/sprite.cpp
src/sprite.h