Editor: packet 'Immovable' incompatibility in B19
Bug #1647033 reported by
toptopple
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
widelands |
Fix Released
|
High
|
Unassigned |
Bug Description
I saved my map "Gold Rush 1.1" with build 8199 (post-B19). When I try to open this map in B19 (Debug) I receive an incompatibility message and it does not open. There was already 1 player who reported this bug in the "Maps" download gallery as a comment on this map.
The message reports an incompatibility of packet "immovable.cc:706", UnhandledVersio
SirVer mentions in the forum that this should not happen.
Related branches
lp://staging/~widelands-dev/widelands/bug-1647033-immovable-packet-no
- toptopple (community): Approve
-
Diff: 50 lines (+15/-4)1 file modifiedsrc/logic/map_objects/immovable.cc (+15/-4)
Changed in widelands: | |
assignee: | nobody → GunChleoc (gunchleoc) |
Changed in widelands: | |
status: | Confirmed → Fix Committed |
assignee: | GunChleoc (gunchleoc) → nobody |
To post a comment you must log in.
This is caused by the extra data that we need for former_building, so we can show a building name when a building is burning. This new data is only needed for game loading, not map loading.
We do need to load immovables into maps though, so not sure how to solve this one.