Skip to content

Commit

Permalink
Fixed comment in DD_ChangeGame about shutdown and task name selection
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Jan 16, 2012
1 parent 79f9c91 commit 952a7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/engine/portable/src/dd_main.c
Expand Up @@ -1236,7 +1236,7 @@ boolean DD_ChangeGame2(Game* game, boolean allowReload)
if(loader) ((pluginfunc_t)loader)();
}

/// \kludge Use more appropriate task names when unloading a game or shutting down.
/// \kludge Use more appropriate task names when unloading a game.
if(DD_IsNullGame(game))
{
gameChangeTasks[0].name = "Unloading game...";
Expand Down

0 comments on commit 952a7c7

Please sign in to comment.