Added a prototype function for DBDescendSubcell(), without which

the return value is cast to the wrong size and all calls fail.
This commit is contained in:
Tim Edwards 2022-09-07 15:27:11 -04:00
parent 63b9590958
commit 4087ac2dba
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
8.3.321
8.3.322

View File

@ -911,6 +911,7 @@ extern void DBSeeTypesAll();
extern void DBUpdateStamps();
extern void DBEnumerateTypes();
extern Plane *DBNewPlane();
extern bool DBDescendSubcell();
extern PaintResultType (*DBNewPaintTable())[TT_MAXTYPES][TT_MAXTYPES];
typedef int (*IntProc)();