diff options
Diffstat (limited to 'StepTileBehavior.cpp')
-rw-r--r-- | StepTileBehavior.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |