mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-22 16:01:25 +00:00
clean up a fixme as recommended by WildCode
This commit is contained in:
parent
5e86c729fa
commit
e72f0b1eed
1 changed files with 1 additions and 4 deletions
|
@ -31,6 +31,7 @@
|
|||
#endif
|
||||
|
||||
#include "d_local.h"
|
||||
#include "r_local.h"
|
||||
|
||||
static int miplevel;
|
||||
|
||||
|
@ -39,10 +40,6 @@ extern int screenwidth;
|
|||
int ubasestep, errorterm, erroradjustup, erroradjustdown;
|
||||
int vstartscan;
|
||||
|
||||
// FIXME: should go away
|
||||
extern void R_RotateBmodel (void);
|
||||
extern void R_TransformFrustum (void);
|
||||
|
||||
vec3_t transformed_modelorg;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue