mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-01 02:11:44 -04:00
4th round of standard compiler fixes (#2984)
* 4th round of standard compiler fixes * use of fpcM_ERROR_PROCESS_ID_e in gWolfBustersID
This commit is contained in:
@@ -46,19 +46,19 @@ static int const l_bmdIdx[13] = {
|
||||
6, 6, 6, -1, -1, -1, 6, 6, 6, 6, 6, 6, -1,
|
||||
};
|
||||
|
||||
static u32 const l_dzbIdx[13] = {
|
||||
static int const l_dzbIdx[13] = {
|
||||
15, 15, 15, -1, -1, -1, 15, 15, 15, 15, 15, 15, -1,
|
||||
};
|
||||
|
||||
static u32 const l_btkIdx[13] = {
|
||||
static int const l_btkIdx[13] = {
|
||||
12, 12, 12, -1, -1, -1, 12, 12, 12, 12, 12, 12, -1,
|
||||
};
|
||||
|
||||
static u32 const l_brkIdx[13] = {
|
||||
static int const l_brkIdx[13] = {
|
||||
9, 9, 9, -1, -1, -1, 9, 9, 9, 9, 9, 9, -1,
|
||||
};
|
||||
|
||||
static u32 const l_twFlagIdx[13] = {
|
||||
static int const l_twFlagIdx[13] = {
|
||||
0, 1, 2, 4, -1, -1, 0, 1, 1, 2, 2, 4, 4,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user