diff options
author | Andrey Nazarov <skuller@skuller.net> | 2007-10-01 16:51:09 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2007-10-01 16:51:09 +0000 |
commit | 6af9ed32f5d773be5a300511d47cdad42299df11 (patch) | |
tree | 5d17d1959155ac40b3c42dd23b9c1853102eecc3 /source/files.c | |
parent | 189d75888f07709d8cd06d79a23b8c4c8815c60d (diff) |
Pressing ESC once no longer brings ingame menu but tries to
get rid of current layout by issuing 'putaway' command.
Fixed handling of reliable entity relative sounds.
Register 'screenshotpng' and 'screenshotjpg' commands regardless if library
support was linked in or not.
Fixed handling of MVD channels menu.
Diffstat (limited to 'source/files.c')
-rw-r--r-- | source/files.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/files.c b/source/files.c index a0efcfc..253fac0 100644 --- a/source/files.c +++ b/source/files.c @@ -993,6 +993,7 @@ int FS_LoadFileEx( const char *path, void **buffer, uint32 flags ) { path = FS_ExpandLinks( path ); if( !FS_ValidatePath( path ) ) { + Sys_DebugBreak(); FS_DPrintf( "FS_LoadFile: refusing invalid path: %s\n", path ); return -1; } |