Commit dc2e013
committed
protocol: Fix missing textures on worker nodes
The network protocol hasn't seen much attention for a long time, so
state sync bugs have appeared.
It's not really sustainable to have to maintain protocol.c every time a
node is added or the internal structs change. I need a nice minimal
library that can generate serialize/deserialize code for me, I think.1 parent 7199b03 commit dc2e013
1 file changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
773 | 773 | | |
774 | 774 | | |
775 | 775 | | |
776 | | - | |
777 | | - | |
778 | | - | |
779 | | - | |
780 | | - | |
781 | 776 | | |
782 | 777 | | |
783 | 778 | | |
| |||
789 | 784 | | |
790 | 785 | | |
791 | 786 | | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
792 | 793 | | |
793 | 794 | | |
794 | 795 | | |
| |||
0 commit comments