From af3588501a6f28b4311634f794ad19e637915125 Mon Sep 17 00:00:00 2001 From: zvon Date: Thu, 27 May 2021 18:09:58 +0200 Subject: [PATCH] Mario: reflect fixed sdlpp collisions --- mario/mario_visitor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mario/mario_visitor.hpp b/mario/mario_visitor.hpp index eef006f..63a2be2 100644 --- a/mario/mario_visitor.hpp +++ b/mario/mario_visitor.hpp @@ -98,7 +98,7 @@ public: } bool canBounce() { - return hits <= 2; + return hits < 2; } private: