Changeset - r19297:7d38c586a898
[Not reviewed]
master
0 1 0
frosch - 12 years ago 2012-05-05 19:25:20
frosch@openttd.org
(svn r24200) -Fix [FS#5149]: Invalidate build vehicle windows every month, in case they need resorting due to changed reliabilities.
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/engine.cpp
Show inline comments
 
@@ -927,6 +927,8 @@ void EnginesMonthlyLoop()
 
				}
 
			}
 
		}
 

	
 
		InvalidateWindowClassesData(WC_BUILD_VEHICLE); // rebuild the purchase list (esp. when sorted by reliability)
 
	}
 
}
 

	
0 comments (0 inline, 0 general)