diff --git a/src/d_netcmd.c b/src/d_netcmd.c index 0d174548c4d4f31a4679e78b0e3c406c43907009..82d2a33a860f3eccd178c93d802e1bbebf0394a9 100644 --- a/src/d_netcmd.c +++ b/src/d_netcmd.c @@ -1455,7 +1455,7 @@ static void Command_Playdemo_f(void) // Internal if no extension, external if one exists // If external, convert the file name to a path in SRB2's home directory if (FIL_CheckExtension(name)) - G_DoPlayDemo(va("%s"PATHSEP"%s", srb2home, name)) + G_DoPlayDemo(va("%s"PATHSEP"%s", srb2home, name)); else G_DoPlayDemo(name); }