Comment an #if 0

Looks like John Carmack was going to implement "reference" .qpr directories,
where they would contain a reference to the "real" base path, but never got
it finished. Make a note in the source to explain the "dead" code.
This commit is contained in:
Jeff Teunissen 2010-09-27 14:06:22 -04:00 committed by Bill Currie
parent 4d63d20663
commit dbab1545e5

View file

@ -58,7 +58,7 @@ id project_i;
[basepathinfo_i setStringValue: [NSString stringWithCString:ts]];
// in Project Inspector
#if 0
#if 0 // FIXME: for "out-of-tree" projects
if ((s =[projectInfo getStringFor:BASEPATHKEY])) {
strcpy (path_basepath, s);