Merge lp:~nomeata/widelands/bug887737 into lp:widelands

Proposed by Joachim Breitner
Status: Merged
Merged at revision: 6203
Proposed branch: lp:~nomeata/widelands/bug887737
Merge into: lp:widelands
Diff against target: 11 lines (+1/-0)
1 file modified
src/ui_basic/box.cc (+1/-0)
To merge this branch: bzr merge lp:~nomeata/widelands/bug887737
Reviewer Review Type Date Requested Status
Widelands Developers Pending
Review via email: mp+90505@code.launchpad.net

Description of the change

Uninitialized value...

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/ui_basic/box.cc'
2--- src/ui_basic/box.cc 2012-01-25 02:52:46 +0000
3+++ src/ui_basic/box.cc 2012-01-27 18:57:27 +0000
4@@ -286,6 +286,7 @@
5
6 it.type = Item::ItemSpace;
7 it.u.space = space;
8+ it.assigned_var_depth = 0;
9 it.fillspace = false;
10
11 m_items.push_back(it);

Subscribers

People subscribed via source and target branches

to status/vote changes: