Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:TTimo/doom3.gpl.git
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Dec 29, 2011
2 parents d422788 + 257e121 commit e9c4795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neo/TypeInfo/main.cpp
Expand Up @@ -117,10 +117,10 @@ const char *Sys_Cwd( void ) {
_getcwd( cwd, sizeof( cwd ) - 1 );
cwd[sizeof( cwd ) - 1] = 0;

int i = idStr::FindText( cwd, CD_BASEDIR, false );
/*int i = idStr::FindText( cwd, CD_BASEDIR, false );
if ( i >= 0 ) {
cwd[i + strlen( CD_BASEDIR )] = '\0';
}

This comment has been minimized.

Copy link
@Noobgamer101

Noobgamer101 Oct 3, 2018

lol

}*/

return cwd;
}
Expand Down

0 comments on commit e9c4795

Please sign in to comment.