1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-10-03 21:01:14 +00:00

ttvfs related cleanups

This commit is contained in:
fgenesis 2014-04-15 19:48:06 +02:00
commit f69d88b656
7 changed files with 69 additions and 56 deletions

View file

@ -67,7 +67,7 @@ void Root::Clear()
void Root::Mount(const char *src, const char *dest)
{
return AddVFSDir(GetDir(src, true), dest);
AddVFSDir(GetDir(src, true), dest);
}
void Root::AddVFSDir(DirBase *dir, const char *subdir /* = NULL */)