diff options
Diffstat (limited to 'source/game/items/StarUnlockItem.cpp')
-rw-r--r-- | source/game/items/StarUnlockItem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/items/StarUnlockItem.cpp b/source/game/items/StarUnlockItem.cpp index ee067fb..ad61eae 100644 --- a/source/game/items/StarUnlockItem.cpp +++ b/source/game/items/StarUnlockItem.cpp @@ -24,7 +24,7 @@ List<Drawable> UnlockItem::drawables() const { return m_drawables; } -List<Drawable> UnlockItem::preview(PlayerPtr const& viewer) const { +List<Drawable> UnlockItem::preview(PlayerPtr const&) const { return iconDrawables(); } |