This repository has been archived on 2022-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
Xash3DArchive/engine/client/gl_rmisc.c

16 lines
424 B
C
Raw Normal View History

2010-12-03 22:00:00 +01:00
//=======================================================================
// Copyright XashXT Group 2010 <20>
// gl_rmisc.c - renderer misceallaneous
//=======================================================================
#include "common.h"
#include "client.h"
#include "gl_local.h"
#include "cm_local.h"
void R_NewMap( void )
{
GL_BuildLightmaps ();
R_SetupSky( cl.refdef.movevars->skyName );
}