Skip to content

Commit

Permalink
libcommon|SaveInfo: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Feb 21, 2014
1 parent 8e9739d commit c9e4b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/plugins/common/src/saveinfo.cpp
Expand Up @@ -23,7 +23,7 @@

#include "g_common.h"
#include "p_tick.h"
#include "p_saveg.h"
#include "p_saveg.h" /// SV_RecognizeGameState, @todo remove me
#include "p_saveio.h"
#include <cstdlib>
#include <cstring>
Expand Down Expand Up @@ -309,7 +309,7 @@ void SaveInfo::updateFromFile()
}

// Is this a recognized game state?
if(!SV_RecognizeGameState(*this/*, SV_SavePath() / fileName()*/))
if(!SV_RecognizeGameState(*this))
{
// Clear the info.
setUserDescription("");
Expand Down

0 comments on commit c9e4b77

Please sign in to comment.