Skip to content

Commit

Permalink
Added a prototype function for DBDescendSubcell(), without which
Browse files Browse the repository at this point in the history
the return value is cast to the wrong size and all calls fail.
  • Loading branch information
RTimothyEdwards committed Sep 7, 2022
1 parent 63b9590 commit 4087ac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.3.321
8.3.322
1 change: 1 addition & 0 deletions database/database.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)();
Expand Down

0 comments on commit 4087ac2

Please sign in to comment.