Corrected an error caused by fixing the unterminated comment in

the last commit, which was an undeclared variable in the block
that was being left out accidentally.  So that has now been fixed.
This commit is contained in:
Tim Edwards 2021-07-13 14:08:35 -04:00
parent 648f27dcf0
commit 7c973ad91a
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
8.3.187
8.3.188

View File

@ -88,7 +88,7 @@ bool dbTechSaveCompose();
void
DBTechInitCompose()
{
TileType s, t, r;
TileType q, s, t, r;
int ps;
PaintResultType *stype, *dtype;
TileTypeBitMask *ttype;