Skip to content

Commit

Permalink
Allow tab completion to also list dm_83 demos
Browse files Browse the repository at this point in the history
  • Loading branch information
ensiform committed Dec 8, 2023
1 parent a1b8e20 commit 30c0d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/cl_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ static qboolean CL_DemoNameCallback_f( const char *filename, int length )
if ( version == com_protocol->integer )
return qtrue;

if ( version < 84 || version > NEW_PROTOCOL_VERSION )
if ( version < VERY_OLD_PROTOCOL_VERSION || version > NEW_PROTOCOL_VERSION )
return qfalse;

return qtrue;
Expand Down

0 comments on commit 30c0d4c

Please sign in to comment.