Disabled more stuff in case "No joystick" is selected.

This commit is contained in:
OBattler
2016-09-16 03:04:05 +02:00
parent ecd425a9c6
commit 7be9a3c9c4
3 changed files with 4 additions and 2 deletions

View File

@@ -463,7 +463,7 @@ void runpc()
keyboard_process();
// checkkeys();
pollmouse();
joystick_poll();
if (joystick_type != 7) joystick_poll();
endblit();
framecountx++;