aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/sprite.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/sprite.h')
-rw-r--r--engines/saga/sprite.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/saga/sprite.h b/engines/saga/sprite.h
index ebccc2c1f0..b7365fd28f 100644
--- a/engines/saga/sprite.h
+++ b/engines/saga/sprite.h
@@ -70,7 +70,7 @@ public:
SpriteList _inventorySprites;
Sprite(SagaEngine *vm);
- ~Sprite(void);
+ ~Sprite();
// draw scaled sprite using background scene mask
void drawOccluded(SpriteList &spriteList, int spriteNumber, const Point &screenCoord, int scale, int depth);