Fixed bug at18525 (twistedeuphoria).

This commit is contained in:
David Anderson
2005-09-05 22:05:23 +00:00
parent ac4014ff5a
commit e90364c17b
2 changed files with 3 additions and 2 deletions

View File

@ -37,7 +37,8 @@ int fstrcmp(const char *s1, const char *s2)
return 1;
}
int Spawn(edict_t *pEntity) {
int Spawn(edict_t *pEntity)
{
if (!g_precachedStuff) {
// Used for SetView, added by JGHG
int returnValue = PRECACHE_MODEL("models/rpgrocket.mdl");