mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 03:41:15 +00:00
Merge branch 'main' of https://github.com/nzp-team/quakec
This commit is contained in:
commit
60d5c8f184
1 changed files with 4 additions and 4 deletions
|
@ -434,7 +434,7 @@ void(string chaptertitle, string location, string date, string person, entity wh
|
|||
|
||||
void (float achievement_id, optional entity who) GiveAchievement =
|
||||
{
|
||||
#ifndef QUAKESPASM
|
||||
//#ifndef QUAKESPASM
|
||||
|
||||
#ifndef PC
|
||||
|
||||
|
@ -483,12 +483,12 @@ void (float achievement_id, optional entity who) GiveAchievement =
|
|||
#endif // PC
|
||||
}
|
||||
|
||||
#endif // QUAKESPASM
|
||||
//#endif // QUAKESPASM
|
||||
}
|
||||
|
||||
void (float achievement_id, float progress_value, optional entity who) UpdateAchievementProgress =
|
||||
{
|
||||
#ifndef QUAKESPASM
|
||||
//#ifndef QUAKESPASM
|
||||
|
||||
#ifndef PC
|
||||
|
||||
|
@ -538,7 +538,7 @@ void (float achievement_id, float progress_value, optional entity who) UpdateAch
|
|||
|
||||
#endif // PC
|
||||
}
|
||||
#endif // QUAKESPASM
|
||||
//#endif // QUAKESPASM
|
||||
}
|
||||
|
||||
// *****************************************
|
||||
|
|
Loading…
Reference in a new issue