mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 01:41:10 +00:00
Fix a couple of missed view.h->clview.h changes.
This commit is contained in:
parent
6f413c0aec
commit
e89532cb9f
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ static __attribute__ ((used)) const char rcsid[] =
|
|||
#include "r_local.h"
|
||||
#include "r_screen.h"
|
||||
#include "sbar.h"
|
||||
#include "view.h"
|
||||
#include "clview.h"
|
||||
|
||||
static void
|
||||
SCR_ApplyBlend (void) // Used to be V_UpdatePalette
|
||||
|
|
|
@ -53,7 +53,7 @@ static __attribute__ ((used)) const char rcsid[] =
|
|||
#include "r_cvar.h"
|
||||
#include "r_dynamic.h"
|
||||
#include "r_local.h"
|
||||
#include "view.h"
|
||||
#include "clview.h"
|
||||
|
||||
//define PASSAGES
|
||||
|
||||
|
|
Loading…
Reference in a new issue