fix: ignoring last element in t6 stringtable cell index sorting

This commit is contained in:
Jan
2025-04-23 00:39:49 +01:00
parent 1cccfe352b
commit 0fbfb860c0
4 changed files with 19 additions and 16 deletions

View File

@ -1942,7 +1942,7 @@ namespace T6
int columnCount;
int rowCount;
StringTableCell* values;
int16_t* cellIndex;
uint16_t* cellIndex;
};
enum LbUpdateType