Teeworlds
discord.gg/teeworlds / development
For discussions around the development of the official Teeworlds
Between 2024-03-03 00:00:00Z and 2024-03-04 00:00:00Z
GitHub
BOT
2024-03-03 01:25:56Z
ChillerDragon
[teeworlds/teeworlds] Pull request opened: #3241 Reduce code nesting in Recv() method
Also replace the variable name
Result
with
Error
Since
UnpackPacket()
returns zero on success. This red a bit funny: if(!Result) { // do something with the result } It now is: if(Error) continue; // do something with the result
lukure
2024-03-03 17:17:31Z
@Dune
@heinrich5991
Exported 2 message(s)