mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
git-svn-id: https://svn.eduke32.com/eduke32@601 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
1c9d7c28bb
commit
7f4ef87390
2 changed files with 1 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue