mirror of
https://github.com/nzp-team/glquake.git
synced 2024-12-01 16:32:58 +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;
|
achievement_time = Sys_FloatTime() + 10;
|
||||||
ach_pic = ach;
|
ach_pic = ach;
|
||||||
achievement_list[ach].unlocked = 1;
|
achievement_list[ach].unlocked = 1;
|
||||||
Save_Achivements();
|
//Save_Achivements();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue