From 5ab49aa46b6f1a9cd5196165009d2ee08b6b7a87 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sun, 13 Oct 2024 19:06:52 +0200 Subject: implement all tile behaviors --- Canvas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Canvas.cpp') diff --git a/Canvas.cpp b/Canvas.cpp index d4b4670..821be0c 100644 --- a/Canvas.cpp +++ b/Canvas.cpp @@ -80,7 +80,7 @@ void Canvas::update_steps() { if (artist.step == false) continue; artist.step = false; - this->get_tile(artist.data.x, artist.data.y).step(); + this->get_tile(artist.data.x, artist.data.y).step(artist); } } -- cgit v1.2.3