Merge branch 'main' of https://github.com/nzp-team/quakec into main

This commit is contained in:
Ian 2022-11-21 21:28:25 -05:00
commit be302d2ac4

View file

@ -507,7 +507,7 @@ void (float achievement_id, float progress_value, optional entity who) UpdateAch
// Unrelated to engine, but custom functions
// *****************************************
void(string modelname) Precache_Set = // Precache model, and set myself to it
inline void(string modelname) Precache_Set = // Precache model, and set myself to it
{
precache_model(modelname);
setmodel(self, modelname);