mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
Clean up the warnings Tonik didn't
This commit is contained in:
parent
15929debf1
commit
1cfc49b5b2
6 changed files with 20 additions and 19 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -585,7 +585,6 @@ void Cmd_TokenizeString (char *text)
|
|||
{
|
||||
static char argv_buf[1024];
|
||||
int argv_idx;
|
||||
int i;
|
||||
|
||||
argv_idx = 0;
|
||||
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue