neteja clang-tidy: enums uint8_t, includes, naming i altres

This commit is contained in:
2026-05-16 23:48:07 +02:00
parent a903343385
commit 0647eceab7
41 changed files with 300 additions and 288 deletions
+1 -1
View File
@@ -726,7 +726,7 @@ void Credits::drawBorderRect() {
return; // no dibujar
}
const Color COLOR = color_.LIGHTEN();
const Color COLOR = color_.lighten();
SDL_Renderer* rdr = Screen::get()->getRenderer();
SDL_SetRenderDrawColor(rdr, COLOR.r, COLOR.g, COLOR.b, 0xFF);