Trying to fix mvd recording/playback a little.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3811 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2011-06-05 01:36:14 +00:00
parent 0d17471975
commit f66110b5e6
17 changed files with 95 additions and 51 deletions

View file

@ -1864,7 +1864,7 @@ void IN_StartupJoystick (void)
// abort startup if we didn't find a valid joystick
if (mmr != JOYERR_NOERROR)
{
Con_Printf ("joystick not found -- no valid joysticks (%x)\n", mmr);
// Con_Printf ("joystick not found -- no valid joysticks (%x)\n", mmr);
return;
}