Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/items/StarMaterialItem.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/items/StarMaterialItem.hpp')
-rw-r--r--source/game/items/StarMaterialItem.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/items/StarMaterialItem.hpp b/source/game/items/StarMaterialItem.hpp
index cb423be..77ff473 100644
--- a/source/game/items/StarMaterialItem.hpp
+++ b/source/game/items/StarMaterialItem.hpp
@@ -46,7 +46,7 @@ public:
List<PreviewTile> previewTiles(bool shifting) const override;
List<Drawable> const& generatedPreview(Vec2I position = {}) const;
private:
- void blockSwap(float radius, TileLayer layer);
+ size_t blockSwap(float radius, TileLayer layer);
void updatePropertiesFromPlayer(Player* player);
float calcRadius(bool shifting) const;
List<Vec2I>& tileArea(float radius, Vec2F const& position) const;