Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed May 25, 2016
1 parent a9d8cea commit fb21082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/apps/client/src/dd_main.cpp
Expand Up @@ -1302,8 +1302,8 @@ static dint DD_StartupWorker(void * /*context*/)
// The returned file is a symlink to the actual data file.
// Since we're loading with FS1, we need to look up the native path.
// The data file is an interpreter in /local/wads, whose source is the native file.
File1::tryLoad(de::Uri::fromNativePath(basePack->as<LinkFile>().target()
.source()->as<NativeFile>().nativePath()));
File1::tryLoad(de::Uri::fromNativePath(basePack->target().source()->
as<NativeFile>().nativePath()));
}

// No more files or packages will be loaded in "startup mode" after this point.
Expand Down

0 comments on commit fb21082

Please sign in to comment.