diff options
Diffstat (limited to 'source/files.c')
-rw-r--r-- | source/files.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/files.c b/source/files.c index 253fac0..d215577 100644 --- a/source/files.c +++ b/source/files.c @@ -993,7 +993,7 @@ int FS_LoadFileEx( const char *path, void **buffer, uint32 flags ) { path = FS_ExpandLinks( path ); if( !FS_ValidatePath( path ) ) { - Sys_DebugBreak(); + // Sys_DebugBreak(); FS_DPrintf( "FS_LoadFile: refusing invalid path: %s\n", path ); return -1; } |