1
0
Fork 0

(svn r5672) - Backport from trunk (r5652):

Industry production change button doesn't work for oilrig passangers.
release/0.4
Darkvater 2006-07-31 12:10:20 +00:00
parent 6af2e64186
commit 9214c5e0a5
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ static void IndustryViewWndProc(Window *w, WindowEvent *e)
x = e->click.pt.x;
line = (e->click.pt.y - 127) / 10;
if (e->click.pt.y >= 127 && IS_INT_INSIDE(line, 0, 2) && i->produced_cargo[line]) {
if (e->click.pt.y >= 127 && IS_INT_INSIDE(line, 0, 2) && i->produced_cargo[line] != CT_INVALID) {
if (IS_INT_INSIDE(x, 5, 25) ) {
// clicked buttons
if (x < 15) {