Follow-up Comment #5, patch #1339 (project freeciv):
I read in ./generate_packets.py:
/****************************************************************************
* THIS FILE WAS GENERATED
*
* Script: common/generate_packets.py
*
* Input: common/packets.def
*
* DO NOT CHANGE THIS FILE
*
****************************************************************************/
Now... probably the problem is in common/packets.def, but I don't find
anything. In this file I have edit only 3 rows:
Original
TECH tech_requirement;
UINT8 impr_requirement;
GOVERNMENT gov_requirement;
Edit
UINT8 reqs_count;
REQUIREMENT reqs[MAX_NUM_REQS:reqs_count];
Generate_packets.py generate packets.def or vice versa?
_______________________________________________________
Reply to this item at:
<http://gna.org/patch/?1339>
_______________________________________________
Message sent via/by Gna!
http://gna.org/
_______________________________________________
Freeciv-dev mailing list
[email protected]
https://mail.gna.org/listinfo/freeciv-dev