diff --git a/src/modules/others/tururururu.cpp b/src/modules/others/tururururu.cpp index 4778191e..399583cc 100644 --- a/src/modules/others/tururururu.cpp +++ b/src/modules/others/tururururu.cpp @@ -65,7 +65,11 @@ void drawFish(Fish &f) { // Função para mover o tubarão void moveShark() { + #if defined(STICK_C_PLUS) || defined(STICK_C_PLUS2) // checkEscPress is the same of checkPrevPress in these devices + if (checkSelPress()) + #else if (checkPrevPress()) + #endif { sharkY -= 2; // Move para cima }