mirror of
https://github.com/KarolS/millfork.git
synced 2025-08-13 06:25:13 +00:00
Fix warnings in the c1531 module
This commit is contained in:
@@ -18,7 +18,7 @@ sbyte _c1531_calculate_delta (byte old, byte new) {
|
|||||||
return mouse_delta
|
return mouse_delta
|
||||||
}
|
}
|
||||||
|
|
||||||
byte _c1531_handle_x() {
|
void _c1531_handle_x() {
|
||||||
static byte _c1531_old_pot_x
|
static byte _c1531_old_pot_x
|
||||||
sbyte mouse_delta
|
sbyte mouse_delta
|
||||||
byte new_pot_x
|
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
|
static byte _c1531_old_pot_y
|
||||||
byte new_pot_y
|
byte new_pot_y
|
||||||
sbyte mouse_delta
|
sbyte mouse_delta
|
||||||
|
Reference in New Issue
Block a user