TomenetGame / tomenet

TomeNET is an online multiplayer roguelike role-playing game
https://www.tomenet.eu/
Other
70 stars 12 forks source link

Remove jezek debug prints and comments #33

Closed jezek closed 2 years ago

jezek commented 2 years ago

I've tested the code you accidentally merged with #29 and found out the code was alright. This removes all the debug prints and comments.

I've also decided, that there are no more changes for the dynamic character transfer size needed. The only places where some 32 bit characters are transferred, that would benefit from the optimizations are in Send_minimap_pos and Send_boni_col function, which are rarely called, so there is no need for the changes. Or am I wrong?

CBlueGH commented 2 years ago

Those two are rarely called I guess, merging.