Guild icon
Teeworlds
discord.gg/teeworlds / development
For discussions around the development of the official Teeworlds
Between 2020-04-04 00:00:00Z and 2020-04-05 00:00:00Z
Avatar
Fixes two of the issues from #1120:
  • NET_CTRLMSG_ACCEPT isn't enough to accept the connection: This message was basically unused (irrelevant for the connection establishment); I removed it from the code and renamed the NET_CTRLMSG_CONNECTACCEPT to NET_CTRLMSG_ACCEPT.
  • CDataFile::GetDataSize returns the data size in the file, this is of basically no use to the user. The only two callers use it differently: in CDataFile::GetData uses it as the size in file // in `map_resave.cp...
Exported 1 message(s)