From bfda377b10fbee442e779fe4bcc6cd573da454c9 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 22 May 2005 02:38:00 +0000 Subject: [PATCH] absolute mountpoints --- stepmania/src/StepMania.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index bb9dce235a..c1f5d35f37 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -861,7 +861,7 @@ static void MountTreeOfZips( const CString &dir ) continue; LOG->Trace( "VFS: found %s", zips[i].c_str() ); - FILEMAN->Mount( "zip", zips[i], "" ); + FILEMAN->Mount( "zip", zips[i], "/" ); } GetDirListing( path + "/*", dirs, true, true );