Skip to content

Commit

Permalink
Remove end game credits screen on quit
Browse files Browse the repository at this point in the history
It was not used for much, and as one bug submitter put
it: "I dislike closing splash screens and only associate
them with demos and shareware". And our current one does
show very well on widescreen monitors, apparently.

Closes ticket:3322
  • Loading branch information
perim committed Dec 22, 2017
1 parent cc9e687 commit cf1c3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend.cpp
Expand Up @@ -224,7 +224,7 @@ bool runTitleMenu()
switch (id)
{
case FRONTEND_QUIT:
changeTitleMode(CREDITS);
changeTitleMode(QUIT);
break;
case FRONTEND_MULTIPLAYER:
changeTitleMode(MULTI);
Expand Down

0 comments on commit cf1c3fb

Please sign in to comment.