Some minor fixes.

This commit is contained in:
sorgelig
2018-06-25 01:23:19 +08:00
parent 2e058b957f
commit 0c1eff9334
4 changed files with 9 additions and 4 deletions

View File

@@ -2198,6 +2198,8 @@ int input_poll(int getchar)
user_io_digital_joystick(i, af[i] ? joy[i] & ~autofire[i] : joy[i], newdir);
}
}
return 0;
}
int is_key_pressed(int key)