mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
Sky & warning fixes.
This commit is contained in:
parent
dd81394eb0
commit
1d1529cb4b
5 changed files with 64 additions and 27 deletions
|
@ -128,7 +128,7 @@ void R_RenderView (void); // must set r_refdef first
|
|||
void R_ViewChanged (vrect_t *pvrect, int lineadj, float aspect);
|
||||
// called whenever r_refdef or vid change
|
||||
void R_InitSky (struct texture_s *mt); // called at level load
|
||||
void R_InitSky_32 (byte *src); // called at level load
|
||||
void R_InitSky_32 (byte *src, int bytesperpixel);
|
||||
|
||||
void R_AddEfrags (entity_t *ent);
|
||||
void R_RemoveEfrags (entity_t *ent);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue