Skip to content

Commit

Permalink
Savegame Converter: Redirect Savegame Tool's -output to the path spec…
Browse files Browse the repository at this point in the history
…ified
  • Loading branch information
danij-deng committed Mar 20, 2014
1 parent 41d1883 commit 900a2f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doomsday/plugins/savegameconverter/src/savegameconverter.cpp
Expand Up @@ -56,6 +56,9 @@ int SavegameConvertHook(int /*hook_type*/, int /*parm*/, void *data)
cmd.append("-idkey");
cmd.append(Str_Text(&parm.fallbackGameId));

cmd.append("-output");
cmd.append(Str_Text(&parm.outputPath));

cmd.append(Str_Text(&parm.sourcePaths));

LOG_RES_NOTE("Starting conversion of \"%s\" using Savegame Tool")
Expand Down

0 comments on commit 900a2f7

Please sign in to comment.