diff options
author | Simon Howard | 2007-06-14 21:03:22 +0000 |
---|---|---|
committer | Simon Howard | 2007-06-14 21:03:22 +0000 |
commit | 66d22ab030630378c2feb57a5d8cd65669713c2a (patch) | |
tree | b0463009a04e7d64e1787e063aa64760707243e8 /src/i_video.c | |
parent | e4127187e0e5de9c94a92301b4dc780bc9153fb8 (diff) | |
download | chocolate-doom-66d22ab030630378c2feb57a5d8cd65669713c2a.tar.gz chocolate-doom-66d22ab030630378c2feb57a5d8cd65669713c2a.tar.bz2 chocolate-doom-66d22ab030630378c2feb57a5d8cd65669713c2a.zip |
Don't send joystick updates when the joystick is disabled. Shut up
warning caused by missing header.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 904
Diffstat (limited to 'src/i_video.c')
-rw-r--r-- | src/i_video.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i_video.c b/src/i_video.c index 0dfccfa3..1666171e 100644 --- a/src/i_video.c +++ b/src/i_video.c @@ -37,6 +37,7 @@ #include "doomdef.h" #include "doomstat.h" #include "d_main.h" +#include "i_joystick.h" #include "i_scale.h" #include "i_system.h" #include "i_swap.h" |