Changeset - r7407:eb62992451f6
[Not reviewed]
master
0 1 0
rubidium - 17 years ago 2007-08-04 01:25:44
rubidium@openttd.org
(svn r10780) -Fix: assertion when opening the advanced vehicle list with the shortcut when being a spectator.
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/group_gui.cpp
Show inline comments
 
@@ -780,6 +780,8 @@ static const WindowDesc _group_desc = {
 

	
 
void ShowPlayerGroup(PlayerID player, VehicleType vehicle_type)
 
{
 
	if (!IsValidPlayer(player)) return;
 

	
 
	WindowClass wc;
 

	
 
	switch (vehicle_type) {
0 comments (0 inline, 0 general)