Skybox support - just add env/*.tga!

Bring your own Cmd_LoadSky_f (), I haven't done that or the server code
yet.
This commit is contained in:
Joseph Carter 2000-05-18 04:34:26 +00:00
parent 1ce7197bab
commit 0c93f0d1f2
5 changed files with 66 additions and 87 deletions

View file

@ -518,9 +518,7 @@ void R_NewMap (void)
mirrortexturenum = i;
cl.worldmodel->textures[i]->texturechain = NULL;
}
#ifdef QUAKE2
R_LoadSkys ();
#endif
R_LoadSkys ("none");
}