mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-07 03:18:17 +00:00
TOLTECS: Added some FIXME comments
This commit is contained in:
parent
d3811422f8
commit
c52aa31a18
@ -113,7 +113,8 @@ Common::Rect * MicroTileArray::getRectangles(int *num_rects, int min_x, int min_
|
||||
x0 = CLIP (x0, min_x, max_x);
|
||||
y0 = CLIP (y0, min_y, max_y);
|
||||
y1 = CLIP (y1, min_y, max_y);
|
||||
|
||||
|
||||
// FIXME: Why is the following code in an #if block?
|
||||
#if 1
|
||||
start = i;
|
||||
|
||||
@ -143,6 +144,8 @@ Common::Rect * MicroTileArray::getRectangles(int *num_rects, int min_x, int min_
|
||||
|
||||
x1 = CLIP (x1, min_x, max_x);
|
||||
|
||||
// FIXME: Why is the following code in an #if block?
|
||||
|
||||
#if 1
|
||||
|
||||
rects[n_rects].left = x0;
|
||||
@ -154,6 +157,8 @@ Common::Rect * MicroTileArray::getRectangles(int *num_rects, int min_x, int min_
|
||||
|
||||
#else
|
||||
|
||||
// FIXME: Why is this code disabled?
|
||||
|
||||
if (glom [start] != -1 && /* try to glom */
|
||||
rects [glom [start]].left == x0 &&
|
||||
rects [glom [start]].right == x1 &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user