mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Correctly initialize the path variables.
Use the current project file, not the default.
This commit is contained in:
parent
c95ef59ea8
commit
22885a48ad
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue