Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Sep 1, 2019
1 parent 19f363c commit 946ede6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/libs/doomsday/src/gamestatefolder.cpp
Expand Up @@ -73,7 +73,7 @@ DE_PIMPL(GameStateFolder)
try
{
Block raw;
self().locate<File const>("Info") >> raw;
self().locate<const File>("Info") >> raw;

metadata.parse(String::fromUtf8(raw));

Expand All @@ -96,7 +96,7 @@ DE_PIMPL(GameStateFolder)
{
LOG_RES_WARNING("%s does not appear to be a .save package") << self().description();
}
return 0;
return false;
}

DE_PIMPL_AUDIENCE(MetadataChange)
Expand Down

0 comments on commit 946ede6

Please sign in to comment.