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
34cf3f7570
commit
942a6ba6f0
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ id project_i;
|
||||||
|
|
||||||
- (NSString *) baseDirectoryPath
|
- (NSString *) baseDirectoryPath
|
||||||
{
|
{
|
||||||
return basepathinfo_i;
|
return path_basepath;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (NSString *) getMapDirectory
|
- (NSString *) getMapDirectory
|
||||||
|
|
Loading…
Reference in a new issue