From 6bb342cb835b458b355f58082318122567ca9330 Mon Sep 17 00:00:00 2001 From: Mark Olsen Date: Tue, 5 Jul 2005 18:22:48 +0000 Subject: [PATCH] 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 --- engine/sw/sw_model.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/sw/sw_model.c b/engine/sw/sw_model.c index 0517efa27..112aec975 100644 --- a/engine/sw/sw_model.c +++ b/engine/sw/sw_model.c @@ -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