treball en curs: correccions de tidy

This commit is contained in:
2026-05-16 15:12:28 +02:00
parent b1392d0c00
commit 18cd287808
5 changed files with 558 additions and 578 deletions
+403 -430
View File
File diff suppressed because it is too large Load Diff
+11 -4
View File
@@ -220,10 +220,17 @@ void Title::update() {
ticks_ = SDL_GetTicks(); ticks_ = SDL_GetTicks();
switch (section_->subsection) { switch (section_->subsection) {
case SUBSECTION_TITLE_1: updateTitle1(); break; case SUBSECTION_TITLE_1:
case SUBSECTION_TITLE_2: updateTitle2(); break; updateTitle1();
case SUBSECTION_TITLE_3: updateTitle3(); break; break;
default: break; case SUBSECTION_TITLE_2:
updateTitle2();
break;
case SUBSECTION_TITLE_3:
updateTitle3();
break;
default:
break;
} }
} }