ship_gui.c
changeset 4248 5dc4cb2f45b0
parent 4243 900826bcac92
child 4261 2ec8f5a9747b
--- a/ship_gui.c	Thu Aug 10 17:28:13 2006 +0000
+++ b/ship_gui.c	Fri Aug 11 03:07:46 2006 +0000
@@ -559,7 +559,7 @@
 		case WE_MOUSELOOP:
 		{
 			const Vehicle *v = GetVehicle(w->window_number);
-			uint32 h = IsShipInDepot(v) ? 1 << 7 : 1 << 11;
+			uint32 h = IsShipInDepotStopped(v) ? 1 << 7 : 1 << 11;
 
 			if (h != w->hidden_state) {
 				w->hidden_state = h;