summaryrefslogtreecommitdiff
path: root/src/viewport_sprite_sorter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/viewport_sprite_sorter.h')
-rw-r--r--src/viewport_sprite_sorter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/viewport_sprite_sorter.h b/src/viewport_sprite_sorter.h
index 19b903e15..324ece302 100644
--- a/src/viewport_sprite_sorter.h
+++ b/src/viewport_sprite_sorter.h
@@ -37,7 +37,7 @@ struct ParentSpriteToDraw {
int32 left; ///< minimal screen X coordinate of sprite (= x + sprite->x_offs), reference point for child sprites
int32 top; ///< minimal screen Y coordinate of sprite (= y + sprite->y_offs), reference point for child sprites
- int first_child; ///< the first child to draw.
+ int32 first_child; ///< the first child to draw.
bool comparison_done; ///< Used during sprite sorting: true if sprite has been compared with all other sprites
};