From fb8b61bcb4e0d45cf9ab74e252c5b089da017a49 Mon Sep 17 00:00:00 2001 From: andreferreira Date: Thu, 17 Dec 2009 15:34:26 -0200 Subject: [PATCH] Agora pode ficar abaixado enquanto tenta descer chao impassavel --- controlewii.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/controlewii.cpp b/controlewii.cpp index 880933b..5b20761 100644 --- a/controlewii.cpp +++ b/controlewii.cpp @@ -18,7 +18,6 @@ void ControleWii::handleOther() { jogador.crawl = false; Uint8 *keystates = SDL_GetKeyState( NULL ); if (keystates[SDLK_DOWN]) { - jogador.onGround = false; jogador.bypass = true; } if (jogador.onGround && keystates[SDLK_RCTRL]) { @@ -117,7 +116,6 @@ void ControleWii::handleEvent(SDL_Event &e) { } if (newY < -60) {// || (mesg->nunchuk_mesg.buttons & 1)) {//descer com botao Z ou para baixo - jogador.onGround = false; jogador.bypass = true; } } -- 2.11.4.GIT