Added some Linux fixes that were needed after the last commit.

SVN r327 (trunk)
This commit is contained in:
Randy Heit 2006-09-14 00:17:10 +00:00
commit 76e94bde6b
6 changed files with 8 additions and 15 deletions

View file

@ -23,7 +23,7 @@ static void I_CheckNativeMouse ();
static bool GUICapture;
static bool NativeMouse = true;
extern BOOL paused;
extern int paused;
CVAR (Bool, use_mouse, true, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
CVAR (Bool, m_noprescale, false, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)