That's SWR_InitSky, not R_InitSky.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1134 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Mark Olsen 2005-07-05 18:22:48 +00:00
parent b32e4b1cc8
commit 6bb342cb83
1 changed files with 1 additions and 1 deletions

View File

@ -604,7 +604,7 @@ void SWMod_LoadTextures (lump_t *l)
memcpy ( tx+1, mt+1, pixels);
if (!Q_strncmp(mt->name,"sky",3))
R_InitSky (tx);
SWR_InitSky (tx);
#ifdef PEXT_BULLETENS
else R_AddBulleten(tx);
#endif