← Back to team overview

widelands-dev team mailing list archive

Re: [Merge] lp:~widelands-dev/widelands/casern_workersqueue into lp:widelands

 

GunChleoc, can you take a look at you "versioning" changes in map_buildingdata_packet.cc, please? The current version does not pass the regression tests.

The problem is the line:

  if (packet_version > 5) {

Since kCurrentPacketVersionProductionsite is still set to 5, the code differs on read and write. I would guess that kCurrentPacketVersionProductionsite should have been increased to 6 but I am not sure enough about it to dare to fix it myself. Can you fix it or tell me to do it?
-- 
https://code.launchpad.net/~widelands-dev/widelands/casern_workersqueue/+merge/309763
Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands/casern_workersqueue into lp:widelands.


References