summaryrefslogtreecommitdiff
path: root/train_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'train_gui.c')
-rw-r--r--train_gui.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/train_gui.c b/train_gui.c
index 270a43672..09e5644ad 100644
--- a/train_gui.c
+++ b/train_gui.c
@@ -816,6 +816,10 @@ static void TrainViewWndProc(Window *w, WindowEvent *e)
w->disabled_state = (v->owner == _local_player) ? 0 : 0x380;
+ if (v->cargo_cap == 0) {
+ //we cannot refit this engine
+ SETBIT(w->disabled_state, 12);
+ }
/* draw widgets & caption */
SetDParam(0, v->string_id);