Skip to content

Commit

Permalink
Fixed|Savegame Tool: Failed conversion of .dsg savegame with ambiguou…
Browse files Browse the repository at this point in the history
…s game mode (typo)

IssueID #2119
  • Loading branch information
danij-deng committed Oct 11, 2015
1 parent 9c4e9e7 commit e388fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/tools/savegametool/src/nativetranslator.cpp
Expand Up @@ -222,7 +222,7 @@ DENG2_PIMPL(NativeTranslator)
// determine the game identity key unambigously, without some assistance.
if(gamemode == 4 /*doom2*/)
{
if(fallbackGameId.isEmpty())
if(!fallbackGameId.isEmpty())
{
return fallbackGameId;
}
Expand Down

0 comments on commit e388fdd

Please sign in to comment.