aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/sprite.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/sprite.h')
-rw-r--r--engines/agi/sprite.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/agi/sprite.h b/engines/agi/sprite.h
index 0bb0547650..b29ccc1796 100644
--- a/engines/agi/sprite.h
+++ b/engines/agi/sprite.h
@@ -34,12 +34,12 @@ namespace Agi {
struct Sprite {
uint16 givenOrderNr;
uint16 sortOrder;
- ScreenObjEntry *screenObjPtr; /**< pointer to view table entry */
- int16 xPos; /**< x coordinate of the sprite */
- int16 yPos; /**< y coordinate of the sprite */
- int16 xSize; /**< width of the sprite */
- int16 ySize; /**< height of the sprite */
- byte *backgroundBuffer; /**< buffer to store background data */
+ ScreenObjEntry *screenObjPtr; /**< pointer to view table entry */
+ int16 xPos; /**< x coordinate of the sprite */
+ int16 yPos; /**< y coordinate of the sprite */
+ int16 xSize; /**< width of the sprite */
+ int16 ySize; /**< height of the sprite */
+ byte *backgroundBuffer; /**< buffer to store background data */
};
typedef Common::List<Sprite> SpriteList;