Merge lp:~widelands-dev/widelands/bug974679 into lp:widelands

Proposed by Nicolai Hähnle
Status: Merged
Merged at revision: 6510
Proposed branch: lp:~widelands-dev/widelands/bug974679
Merge into: lp:widelands
Diff against target: 19 lines (+2/-0)
1 file modified
src/economy/economy.cc (+2/-0)
To merge this branch: bzr merge lp:~widelands-dev/widelands/bug974679
Reviewer Review Type Date Requested Status
SirVer Approve
Review via email: mp+147796@code.launchpad.net

Description of the change

Should be self-explanatory, I hope. And yes, this seems a little crazy right now ;-)

To post a comment you must log in.
Revision history for this message
SirVer (sirver) wrote :

Lgtm

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/economy/economy.cc'
2--- src/economy/economy.cc 2013-02-11 18:10:28 +0000
3+++ src/economy/economy.cc 2013-02-11 22:59:26 +0000
4@@ -354,6 +354,7 @@
5 //log("%p: add(%i, %i)\n", this, id, count);
6
7 m_wares.add(id, count);
8+ _start_request_timer();
9
10 // TODO: add to global player inventory?
11 }
12@@ -362,6 +363,7 @@
13 //log("%p: add(%i, %i)\n", this, id, count);
14
15 m_workers.add(id, count);
16+ _start_request_timer();
17
18 // TODO: add to global player inventory?
19 }

Subscribers

People subscribed via source and target branches

to status/vote changes: