diff options
Diffstat (limited to 'src/cl_main.c')
-rw-r--r-- | src/cl_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cl_main.c b/src/cl_main.c index 9d64a73..f4cb53e 100644 --- a/src/cl_main.c +++ b/src/cl_main.c @@ -1625,7 +1625,7 @@ Moved here from sound code so that command is always registered. ================= */ static void CL_PlaySound_c( genctx_t *ctx, int state ) { - FS_File_g( "sound", "*.wav", FS_SEARCH_SAVEPATH | FS_SEARCH_BYFILTER | 0x80000000, ctx ); + FS_File_g( "sound", "*.wav", FS_SEARCH_SAVEPATH | FS_SEARCH_BYFILTER | FS_SEARCH_STRIPEXT, ctx ); } static void CL_PlaySound_f( void ) { |