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:
parent
7e9d4cc15e
commit
aa5ddbaa58
|
|
@ -581,7 +581,7 @@ typedef struct diagonaltilebody
|
||||||
|
|
||||||
typedef struct diag_info
|
typedef struct diag_info
|
||||||
{
|
{
|
||||||
PaintResultType *resultTbl;
|
const PaintResultType *resultTbl;
|
||||||
bool dir;
|
bool dir;
|
||||||
bool side;
|
bool side;
|
||||||
} DiagInfo;
|
} DiagInfo;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue