Trabajando en la INTRO

This commit is contained in:
2022-09-27 22:39:27 +02:00
parent 10882780e5
commit 8b2459dc35
9 changed files with 601 additions and 613 deletions

View File

@@ -407,7 +407,7 @@ void Director::runGame()
void Director::run()
{
// Bucle principal
while (!section.name == PROG_SECTION_QUIT)
while (section.name != PROG_SECTION_QUIT)
{
switch (section.name)
{