database/database.h.in: const PaintResultType *resultTbl

Probably forgot to edit database.h.in template file (and edited
database.h) when working locally.
This commit is contained in:
Darryl L. Miles 2025-01-06 16:24:02 +00:00
parent 7e9d4cc15e
commit aa5ddbaa58
1 changed files with 1 additions and 1 deletions

View File

@ -581,7 +581,7 @@ typedef struct diagonaltilebody
typedef struct diag_info
{
PaintResultType *resultTbl;
const PaintResultType *resultTbl;
bool dir;
bool side;
} DiagInfo;