treball en curs: correccions de tidy
This commit is contained in:
+403
-430
File diff suppressed because it is too large
Load Diff
@@ -220,10 +220,17 @@ void Title::update() {
|
||||
ticks_ = SDL_GetTicks();
|
||||
|
||||
switch (section_->subsection) {
|
||||
case SUBSECTION_TITLE_1: updateTitle1(); break;
|
||||
case SUBSECTION_TITLE_2: updateTitle2(); break;
|
||||
case SUBSECTION_TITLE_3: updateTitle3(); break;
|
||||
default: break;
|
||||
case SUBSECTION_TITLE_1:
|
||||
updateTitle1();
|
||||
break;
|
||||
case SUBSECTION_TITLE_2:
|
||||
updateTitle2();
|
||||
break;
|
||||
case SUBSECTION_TITLE_3:
|
||||
updateTitle3();
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user