1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-12-22 16:31:02 +00:00

Fix warnings in the c1531 module

This commit is contained in:
Karol Stasiak 2020-03-17 01:59:02 +01:00
parent ec8f2e6a1c
commit 46a523a763

View File

@ -18,7 +18,7 @@ sbyte _c1531_calculate_delta (byte old, byte new) {
return mouse_delta
}
byte _c1531_handle_x() {
void _c1531_handle_x() {
static byte _c1531_old_pot_x
sbyte mouse_delta
byte new_pot_x
@ -39,7 +39,7 @@ byte _c1531_handle_x() {
}
}
byte _c1531_handle_y() {
void _c1531_handle_y() {
static byte _c1531_old_pot_y
byte new_pot_y
sbyte mouse_delta