git-svn-id: https://svn.eduke32.com/eduke32@601 1a8010ca-5511-0410-912e-c29ae57300e0

This commit is contained in:
terminx 2008-01-26 08:35:31 +00:00
parent 1c9d7c28bb
commit 7f4ef87390
2 changed files with 1 additions and 3 deletions

View file

@ -279,7 +279,7 @@ void ResetGameVars(void)
// );
//AddLog(g_szBuf);
if (aGameVars[i].szLabel != NULL && aGameVars[i].bReset)
AddGameVar(aGameVars[i].szLabel,aGameVars[i].lValue,aGameVars[i].dwFlags);
AddGameVar(aGameVars[i].szLabel,aGameVars[i].lDefault,aGameVars[i].dwFlags);
}
}

View file

@ -235,8 +235,6 @@ int loadsound(unsigned int num)
if (g_sounds[num].filename == NULL)
{
// Bsprintf(fta_quotes[113],"g_sounds %s(#%d) not found.",sounds[num],num);
// FTA(113,g_player[myconnectindex].ps);
OSD_Printf("Sound (#%d) not defined!\n",num);
return 0;
}