1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 04:29:09 +00:00

(svn r9841) -Codechange: add a little more type strictness to the vehicle types.

This commit is contained in:
rubidium
2007-05-15 11:28:22 +00:00
parent a390db6941
commit 23492f1f34
7 changed files with 15 additions and 6 deletions

View File

@@ -1301,9 +1301,7 @@ void NetworkPopulateCompanyInfo()
_network_player_info[v->owner].num_vehicle[4]++;
break;
case VEH_SPECIAL:
case VEH_DISASTER:
break;
default: break;
}
}