motion table and next orientation table down

This commit is contained in:
2024-03-15 10:22:11 +01:00
parent f4b614bf0f
commit 14f6018f5a
18 changed files with 130 additions and 435 deletions

View File

@ -43,7 +43,7 @@ static uint8_t buttonsRotateRightPressed() {
}
void buttonsExec(void *handle) {
if (stone.shape == e_ShapeInvalid) {
if (! stoneIsValid()) {
// don't do anything, the stone has not been initialized
return;
}