Skip to content

Commit

Permalink
fix(zc): some variables being improperly reset on 'Continue'
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyV99 committed Apr 3, 2024
1 parent d1386ba commit 489e322
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/zc/zelda.cpp
Expand Up @@ -5190,7 +5190,8 @@ int main(int argc, char **argv)
}
else
{
init_game_vars();
if(Quit != qCONT)
init_game_vars();
titlescreen(load_save);
}
if(clearConsoleOnReload)
Expand Down

0 comments on commit 489e322

Please sign in to comment.