aboutsummaryrefslogtreecommitdiff
path: root/Tile.cpp
diff options
context:
space:
mode:
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);
}