(svn r10780) -Fix: assertion when opening the advanced vehicle list with the shortcut when being a spectator.

pull/155/head
rubidium 17 years ago
parent 80a5676783
commit a2d6ed7347

@ -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) {

Loading…
Cancel
Save