Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unix: Fixed build
  • Loading branch information
skyjake committed Nov 22, 2012
1 parent 20e1a2f commit 024f7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/engine/src/dd_main.cpp
Expand Up @@ -397,7 +397,7 @@ static void createPackagesNamespace()
if(UnixInfo_GetConfigValue("paths", "iwaddir", fn, FILENAME_T_MAXLEN))
{
NativePath path = de::App::app().commandLine().startupPath() / fn;
fnamespace.addSearchPath(FS1::DefaultPaths, SearchPath(de::Uri::fromNativeDirPath(path), SearchPath::NoDescend));
fnamespace.addSearchPath(SearchPath(de::Uri::fromNativeDirPath(path), SearchPath::NoDescend));
LOG_INFO("Using paths.iwaddir: %s") << path.pretty();
}
#endif
Expand Down

0 comments on commit 024f7f7

Please sign in to comment.