Skip to content

Commit

Permalink
libcommon: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Mar 27, 2014
1 parent 8442ddc commit 798ca3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/common/src/g_game.cpp
Expand Up @@ -2993,7 +2993,7 @@ static int saveGameSessionWorker(void *context)
// Serialize the game state to a new saved session.
de::String const savePath = sslot.savePath();
common::writeGameSession(DENG2_APP->rootFolder().locate<de::Folder>(savePath.fileNamePath()),
savePath.fileName(), metadata);
savePath.fileName(), metadata);

#if __JHEXEN__
// Copy base slot to destination slot.
Expand Down

0 comments on commit 798ca3d

Please sign in to comment.