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:
parent
63b9590958
commit
4087ac2dba
|
|
@ -911,6 +911,7 @@ extern void DBSeeTypesAll();
|
||||||
extern void DBUpdateStamps();
|
extern void DBUpdateStamps();
|
||||||
extern void DBEnumerateTypes();
|
extern void DBEnumerateTypes();
|
||||||
extern Plane *DBNewPlane();
|
extern Plane *DBNewPlane();
|
||||||
|
extern bool DBDescendSubcell();
|
||||||
|
|
||||||
extern PaintResultType (*DBNewPaintTable())[TT_MAXTYPES][TT_MAXTYPES];
|
extern PaintResultType (*DBNewPaintTable())[TT_MAXTYPES][TT_MAXTYPES];
|
||||||
typedef int (*IntProc)();
|
typedef int (*IntProc)();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue