This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
sys: always try to open files directly on the filesystem
legacy
Sam Hocevar
8 years ago
parent
e8cb6606ac
commit
244a1cbe97
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
src/sys/init.cpp
+ 1
- 2
src/sys/init.cpp
View File
@@ -167,8 +167,7 @@ array<String> GetPathList(String const &file)
ret << data_dir[i] + file;
}
if (ret.count() == 0)
ret << file;
ret << file;
return ret;
}
Write
Preview
Loading…
Cancel
Save