mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
G_SetGameModified: silent parameter is now unused, please void for ERRORMODE
This commit is contained in:
parent
0a89571225
commit
1db8e810df
1 changed files with 2 additions and 0 deletions
|
|
@ -655,6 +655,8 @@ static void G_UpdateRecordReplays(void)
|
||||||
// for consistency among messages: this marks the game as modified.
|
// for consistency among messages: this marks the game as modified.
|
||||||
void G_SetGameModified(boolean silent, boolean major)
|
void G_SetGameModified(boolean silent, boolean major)
|
||||||
{
|
{
|
||||||
|
(void)silent;
|
||||||
|
|
||||||
if ((majormods && modifiedgame) || !mainwads || (refreshdirmenu & REFRESHDIR_GAMEDATA)) // new gamedata amnesty?
|
if ((majormods && modifiedgame) || !mainwads || (refreshdirmenu & REFRESHDIR_GAMEDATA)) // new gamedata amnesty?
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue