mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-16 16:51:16 +00:00
Whoops, included glquake.h instead of cvars.h..
This commit is contained in:
parent
f18b3bcf02
commit
75731706a0
1 changed files with 1 additions and 1 deletions
|
@ -26,13 +26,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#include "quakedef.h"
|
||||
#include "model.h"
|
||||
#include "pmove.h"
|
||||
#include "glquake.h"
|
||||
#include "console.h"
|
||||
#include "mathlib.h"
|
||||
#include "sound.h"
|
||||
#include "cdaudio.h"
|
||||
#include "sbar.h"
|
||||
#include "screen.h"
|
||||
#include <cvars.h>
|
||||
|
||||
char *svc_strings[] =
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue