mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-20 18:42:34 +00:00
Fixed broken #endif
This commit is contained in:
parent
be77f29ec8
commit
fe555bd14e
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
|
||||
extern cvar_t gl_flashblend;
|
||||
|
||||
// From r_local.h
|
||||
/* From r_local.h */
|
||||
extern cvar_t r_draworder;
|
||||
extern cvar_t r_speeds;
|
||||
extern cvar_t r_timegraph;
|
||||
|
@ -45,4 +45,4 @@ extern cvar_t r_reportedgeout;
|
|||
extern cvar_t r_maxedges;
|
||||
extern cvar_t r_numedges;
|
||||
|
||||
#endif _CVARS_H
|
||||
#endif /* _CVARS_H */
|
||||
|
|
Loading…
Reference in a new issue