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 --- StepTileBehavior.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'StepTileBehavior.cpp') diff --git a/StepTileBehavior.cpp b/StepTileBehavior.cpp index ff1217e..859845d 100644 --- a/StepTileBehavior.cpp +++ b/StepTileBehavior.cpp @@ -5,7 +5,7 @@ using namespace std; void StepTileBehavior::update(Tile & tile) { - if (this->interactions < 3) return; + if (this->interactions < 3) return; tile.set_type(DeleteArtistTileBehavior::type); } -- cgit v1.2.3