Eliminado el fichero coffeedrop

This commit is contained in:
2022-09-27 19:04:25 +02:00
parent 50e31a3db3
commit 96ee1fdbe5
3 changed files with 1 additions and 142 deletions

View File

@@ -39,7 +39,7 @@ void Logo::checkLogoEnd()
{
if (counter >= END_LOGO + 20)
{
section.name = PROG_SECTION_QUIT;
section.name = PROG_SECTION_INTRO;
section.subsection = 0;
}
}