mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-10 14:42:05 +00:00
Merge branch 'main' of https://github.com/nzp-team/quakec into main
This commit is contained in:
commit
be302d2ac4
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue