- widen sector index in engineLoadBoard to 32 bit

This commit is contained in:
Christoph Oelckers 2021-11-07 20:14:44 +01:00
parent 762ebafc2a
commit 94b2b0af31
7 changed files with 10 additions and 16 deletions

View file

@ -377,7 +377,7 @@ int32_t engineInit(void);
void engineUnInit(void);
void initspritelists(void);
void engineLoadBoard(const char *filename, int flags, vec3_t *dapos, int16_t *daang, int16_t *dacursectnum);
void engineLoadBoard(const char *filename, int flags, vec3_t *dapos, int16_t *daang, int *dacursectnum);
void loadMapBackup(const char* filename);
void G_LoadMapHack(const char* filename, const unsigned char*);