Precache hint strings.

master
Icedream 2016-04-12 20:35:40 +02:00
parent 079997ee33
commit 4e7c19aa8d
1 changed files with 4 additions and 0 deletions

View File

@ -176,6 +176,10 @@ onPrecacheGametype()
PreCacheString(&"HIDEANDSEEK_TIMER_SEEKER_RELEASE"); PreCacheString(&"HIDEANDSEEK_TIMER_SEEKER_RELEASE");
PreCacheString(&"HIDEANDSEEK_SEEKERS_RELEASED"); PreCacheString(&"HIDEANDSEEK_SEEKERS_RELEASED");
PreCacheString(&"OBJECTIVES_HIDEANDSEEK_DEFENDER"); PreCacheString(&"OBJECTIVES_HIDEANDSEEK_DEFENDER");
PreCacheString(&"HIDEANDSEEK_HINT_HIDER_DISGUISE");
PreCacheString(&"HIDEANDSEEK_HINT_HIDER_ANGLELOCK");
PreCacheString(&"HIDEANDSEEK_HINT_HIDER_THIRDPERSON");
PreCacheString(&"HIDEANDSEEK_HINT_SEEKER_SEMTEX");
PreCacheShader(game["hiders_model_icon"]); PreCacheShader(game["hiders_model_icon"]);