aboutsummaryrefslogtreecommitdiff
path: root/Tile.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-15 13:45:28 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-15 13:45:28 +0200
commitd33b8f7b781aada0c1082ee426fca65c6f1747dd (patch)
treecc62ee637735ab3dd8dcd0c2f3c718c8d1390d97 /Tile.cpp
parenta38cfbc9f15b0816e65efc7a8ccb30994ab60f30 (diff)
implement tile poking command
Diffstat (limited to 'Tile.cpp')
-rw-r--r--Tile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tile.cpp b/Tile.cpp
index 6efb14d..383ef05 100644
--- a/Tile.cpp
+++ b/Tile.cpp
@@ -26,7 +26,7 @@ void Tile::update() {
this->behavior->update(*this);
}
-void Tile::step(Artist & artist) {
+void Tile::step(Artist * artist) {
this->behavior->step(artist);
}