Thread: Crash report.
View Single Post
  #3  
Old 08-13-2017, 03:44 AM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,589
Default

It's because it's an unsigned integer.

Code:
inline const uint8    GetZoneType() const { return zone_type; }
Reply With Quote