G_SetGameModified: silent parameter is now unused, please void for ERRORMODE

This commit is contained in:
toaster 2024-05-21 00:35:57 +01:00
parent 0a89571225
commit 1db8e810df

View file

@ -655,6 +655,8 @@ static void G_UpdateRecordReplays(void)
// for consistency among messages: this marks the game as modified.
void G_SetGameModified(boolean silent, boolean major)
{
(void)silent;
if ((majormods && modifiedgame) || !mainwads || (refreshdirmenu & REFRESHDIR_GAMEDATA)) // new gamedata amnesty?
return;