mirror of
https://github.com/thepigeongenerator/tetris_clone.git
synced 2025-12-17 14:05:45 +01:00
make inputs less sensitive
This commit is contained in:
@@ -126,7 +126,7 @@ void game_update(gamedata* const dat) {
|
|||||||
if (keys[SDL_SCANCODE_E]) umove |= MOVE_ROTRIGHT;
|
if (keys[SDL_SCANCODE_E]) umove |= MOVE_ROTRIGHT;
|
||||||
|
|
||||||
if (umove != MOVE_NONE) {
|
if (umove != MOVE_NONE) {
|
||||||
dat->timer_input = ctime + 60;
|
dat->timer_input = ctime + 80;
|
||||||
move |= umove;
|
move |= umove;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user