GunCon 3 + negative gun-cal values (#565)

This commit is contained in:
Nolan Nicholson
2022-03-06 03:00:56 -08:00
committed by GitHub
parent 3f2ce356b6
commit 3a5cf8ed6b
3 changed files with 27 additions and 13 deletions

View File

@@ -957,7 +957,7 @@ static int gun_y = 0;
static int gun_ok = 0;
static int gun_side = 0;
static int gun_idx = 0;
static uint16_t gun_pos[4] = {};
static int32_t gun_pos[4] = {};
static int page = 0;
void HandleUI(void)