This commit is contained in:
Steam Deck User 2023-01-29 11:07:37 -05:00
commit 60d5c8f184

View file

@ -434,7 +434,7 @@ void(string chaptertitle, string location, string date, string person, entity wh
void (float achievement_id, optional entity who) GiveAchievement = void (float achievement_id, optional entity who) GiveAchievement =
{ {
#ifndef QUAKESPASM //#ifndef QUAKESPASM
#ifndef PC #ifndef PC
@ -483,12 +483,12 @@ void (float achievement_id, optional entity who) GiveAchievement =
#endif // PC #endif // PC
} }
#endif // QUAKESPASM //#endif // QUAKESPASM
} }
void (float achievement_id, float progress_value, optional entity who) UpdateAchievementProgress = void (float achievement_id, float progress_value, optional entity who) UpdateAchievementProgress =
{ {
#ifndef QUAKESPASM //#ifndef QUAKESPASM
#ifndef PC #ifndef PC
@ -538,7 +538,7 @@ void (float achievement_id, float progress_value, optional entity who) UpdateAch
#endif // PC #endif // PC
} }
#endif // QUAKESPASM //#endif // QUAKESPASM
} }
// ***************************************** // *****************************************