Remove extra array indices

This commit is contained in:
Pasi Kallinen
2026-08-14 11:08:26 +03:00
parent 0454838d13
commit 4652cd3ae7
+3 -3
View File
@@ -2369,17 +2369,17 @@ static int leftover_indices[] = { F_DUMMY, -1, 0, 0 };
static int col1_indices[13 - 2] = {
F_HP, F_POWER, F_AC, F_XP_LEVL, F_GOLD, F_DUMMY,
F_BAREH, F_WEAPON, F_DUMMY,
-1, 0, 0
-1
};
static int col2_indices[13 - 2] = {
F_MAXHP, F_MAXPOWER, F_ALIGN, F_EXP_PTS, F_SCORE, F_TIME,
F_DUMMY, F_ARMOR, F_DUMMY,
-1, 0, 0
-1
};
static int characteristics_indices[13 - 2] = {
F_STR, F_DEX, F_CON, F_INT, F_WIS, F_CHA,
F_DUMMY, F_TERRAIN, F_DUMMY,
-1, 0, 0
-1
};
/*