From 8cf389aaf748c77aecda0b3a3773c45053b0f231 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Fri, 25 Oct 2024 13:02:38 +0200 Subject: implement all ALGA features --- Tile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tile.cpp') diff --git a/Tile.cpp b/Tile.cpp index 92da9e7..f240542 100644 --- a/Tile.cpp +++ b/Tile.cpp @@ -19,7 +19,7 @@ void Tile::set_type(const string & type) { void Tile::set_data(TileData & data) { this->data = data; - Canvas & canvas = this->museum.canvas; + Canvas & canvas = this->museum.canvas; this->color = canvas.tile_color.get_color(this->data.type); this->behavior = canvas.tile_behavior.create(this->data.type); } -- cgit v1.2.3