mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
return the actual string
Oops. I returned a text field instead of the string in it. :)
This commit is contained in:
parent
877067de61
commit
47117f1762
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ id project_i;
|
|||
|
||||
- (NSString *) baseDirectoryPath
|
||||
{
|
||||
return basepathinfo_i;
|
||||
return path_basepath;
|
||||
}
|
||||
|
||||
- (NSString *) getMapDirectory
|
||||
|
|
Loading…
Reference in a new issue