- replaced the homegrown integer types in all p* sources and headers.

This commit is contained in:
Christoph Oelckers 2017-03-08 15:20:00 +01:00
commit ad41b23506
37 changed files with 487 additions and 487 deletions

View file

@ -155,8 +155,8 @@ public:
void Serialize(FSerializer &arc);
void Tick();
protected:
BYTE m_BaseLevel;
BYTE m_Phase;
uint8_t m_BaseLevel;
uint8_t m_Phase;
private:
DPhased();
DPhased(sector_t *sector, int baselevel);