From 22885a48adadaab0c8b52066969909655f3b7f99 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sun, 10 Oct 2010 15:52:18 +0900 Subject: [PATCH] Correctly initialize the path variables. Use the current project file, not the default. --- tools/Forge/Bundles/MapEdit/Project.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Forge/Bundles/MapEdit/Project.m b/tools/Forge/Bundles/MapEdit/Project.m index 699193fdf..1a2b41a83 100644 --- a/tools/Forge/Bundles/MapEdit/Project.m +++ b/tools/Forge/Bundles/MapEdit/Project.m @@ -39,7 +39,7 @@ id project_i; { NSString *ts; - ts = [preferences_i getProjectPath]; + ts = path_projectinfo; ts = path_basepath = [[ts stringByDeletingLastPathComponent] retain]; path_progdir = [[ts stringByAppendingPathComponent: SUBDIR_ENT] retain];