tetris: kill unnecessary return in MoveRight()

pull/433/head
nick black 4 years ago
parent ac31bf3a12
commit d1724d6183
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -15,6 +15,5 @@ void MoveRight() {
throw TetrisNotcursesErr("render()");
}
}
return;
}
}

Loading…
Cancel
Save