From 6af9ed32f5d773be5a300511d47cdad42299df11 Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Mon, 1 Oct 2007 16:51:09 +0000 Subject: 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. --- source/files.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/files.c') 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; } -- cgit v1.2.3