Clean up the warnings Tonik didn't

This commit is contained in:
Joseph Carter 2000-08-01 21:55:26 +00:00
parent 15929debf1
commit 1cfc49b5b2
6 changed files with 20 additions and 19 deletions

View file

@ -29,6 +29,7 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h" // Host_EndGame
#include "sys.h"
#include "ctype.h"
#include "render.h"

View file

@ -29,6 +29,7 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h" // Host_EndGame
#include "sys.h"
#include "vid.h"
#include "client.h"

View file

@ -585,7 +585,6 @@ void Cmd_TokenizeString (char *text)
{
static char argv_buf[1024];
int argv_idx;
int i;
argv_idx = 0;

View file

@ -613,8 +613,8 @@ void IN_Init (void)
mouse_x = mouse_y = 0.0;
mouse_avail = 1;
SDL_WM_GrabInput (SDL_GRAB_ON);
SDL_ShowCursor (0);
SDL_WM_GrabInput (SDL_GRAB_ON);
// FIXME: disable DGA if in_dgamouse says to
}