diff options
-rw-r--r-- | src/win32/win_shared.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32/win_shared.c b/src/win32/win_shared.c index 003254d9..ca7644ba 100644 --- a/src/win32/win_shared.c +++ b/src/win32/win_shared.c @@ -296,7 +296,7 @@ char *Sys_DefaultHomePath(void) { return NULL; } Q_strncpyz( path, szPath, sizeof(path) ); - Q_strcat( path, sizeof(path), "\\Quake3" ); + Q_strcat( path, sizeof(path), "\\Tremulous" ); if( !CreateDirectory( path, NULL ) ) { if( GetLastError() != ERROR_ALREADY_EXISTS ) |