Trabajando en la INTRO
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user