- reworked the def parser's main loop.

This commit is contained in:
Christoph Oelckers 2021-04-21 00:46:32 +02:00
parent 8c854441bc
commit 1ea25e5d0e
6 changed files with 213 additions and 566 deletions

View file

@ -6,6 +6,8 @@
extern int cameradist, cameraclock;
void loaddefinitionsfile(const char* fn, bool loadadds = false, bool cumulative = false);
bool calcChaseCamPos(int* px, int* py, int* pz, spritetype* pspr, short *psectnum, binangle ang, fixedhoriz horiz, double const smoothratio);
void PlanesAtPoint(const sectortype* sec, float dax, float day, float* ceilz, float* florz);
void setWallSectors();