[Freeciv-Dev] (PR#11771) Uninitialised packet data with gen-specialists
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=11771 >
I think both your fixes are needed because there are two places where
this data is sent.
- When specialist ruleset data is sent.
- When city specialists are sent.
The former should eventually use separate packets per specialist. The
latter can just use an additional field (even though your patch zeroed
it out); this actually saves a lot of space. I didn't do this before
because I was frustrated that I couldn't use a global value (O_COUNT)
here (you can only use another field of the packet).
-jason
|
|