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:
parent
648f27dcf0
commit
7c973ad91a
|
|
@ -88,7 +88,7 @@ bool dbTechSaveCompose();
|
|||
void
|
||||
DBTechInitCompose()
|
||||
{
|
||||
TileType s, t, r;
|
||||
TileType q, s, t, r;
|
||||
int ps;
|
||||
PaintResultType *stype, *dtype;
|
||||
TileTypeBitMask *ttype;
|
||||
|
|
|
|||
Loading…
Reference in New Issue