TOLTECS: Fix Compilation With Latest Git Master.

This commit is contained in:
David Turner 2011-06-07 01:09:28 +00:00 committed by Willem Jan Palenstijn
parent 8a34de2c45
commit 3967da03ef

View File

@ -176,7 +176,6 @@ Common::Rect * MicroTileArray::getRectangles(int *num_rects, int min_x, int min_
rects[n_rects].right = x1 + 1;
rects[n_rects].bottom = y1 + 1;
n_rects++;
fflush(stdout);
#else