neteja final tidy/cppcheck: const*, static, renames de constants
This commit is contained in:
@@ -364,7 +364,7 @@ void Intro::render() {
|
||||
Screen::get()->start();
|
||||
|
||||
// Limpia la pantalla
|
||||
Screen::get()->clean(bgColor);
|
||||
Screen::get()->clean(BG_COLOR);
|
||||
|
||||
// Dibuja los objetos
|
||||
for (auto *bitmap : bitmaps_) {
|
||||
|
||||
Reference in New Issue
Block a user