StepMania.smzip.

This commit is contained in:
Steve Checkoway
2007-08-05 01:00:27 +00:00
parent 6b92b8bf91
commit f5b8ba460a
@@ -383,7 +383,7 @@ static void PathForFolderType( char dir[PATH_MAX], OSType folderType )
void ArchHooks::MountInitialFilesystems( const RString &sDirOfExecutable )
{
char dir[PATH_MAX];
CFURLRef dataUrl = CFBundleCopyResourceURL( CFBundleGetMainBundle(), CFSTR("SMData"), CFSTR("smzip"), NULL );
CFURLRef dataUrl = CFBundleCopyResourceURL( CFBundleGetMainBundle(), CFSTR("StepMania"), CFSTR("smzip"), NULL );
FILEMAN->Mount( "dir", sDirOfExecutable, "/" );