Skip to content

Commit

Permalink
fix builds from last commit...
Browse files Browse the repository at this point in the history
  • Loading branch information
ouned committed Oct 3, 2015
1 parent 35f0287 commit 49a3cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/cl_parse.cpp
Expand Up @@ -514,7 +514,7 @@ void CL_ParseUDPDownload ( msg_t *msg ) {

if (!*clc.downloadTempName) {
Com_Printf("^3WARNING: Server sending download, but no download was requested\n");
CL_AddReliableCommand("stopdl", qfalse);
CL_AddReliableCommand("stopdl");
return;
}

Expand Down

0 comments on commit 49a3cba

Please sign in to comment.