mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-03-14 04:01:06 +00:00
Tiny fix. Wish me luck. Dabb.
This commit is contained in:
parent
e74c0bc8f5
commit
40b2640b33
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ cvar_t gl_picmip = {"gl_picmip", "0"};
|
||||||
|
|
||||||
cvar_t cl_verstring = {"cl_verstring", "QuakeForge " QF_VERSION};
|
cvar_t cl_verstring = {"cl_verstring", "QuakeForge " QF_VERSION};
|
||||||
|
|
||||||
byte *draw_chars; // 8*8 graphic characters
|
extern byte *draw_chars; // 8*8 graphic characters
|
||||||
qpic_t *draw_disc;
|
qpic_t *draw_disc;
|
||||||
qpic_t *draw_backtile;
|
qpic_t *draw_backtile;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue