mirror of
https://github.com/nzp-team/glquake.git
synced 2024-11-10 06:31:35 +00:00
Disable Save_Achievements() for nwo
This commit is contained in:
parent
73b6717c44
commit
d2e27d27c7
1 changed files with 1 additions and 1 deletions
|
@ -1225,7 +1225,7 @@ void HUD_Parse_Achievement (int ach)
|
|||
achievement_time = Sys_FloatTime() + 10;
|
||||
ach_pic = ach;
|
||||
achievement_list[ach].unlocked = 1;
|
||||
Save_Achivements();
|
||||
//Save_Achivements();
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue