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:
@@ -1301,9 +1301,7 @@ void NetworkPopulateCompanyInfo()
|
||||
_network_player_info[v->owner].num_vehicle[4]++;
|
||||
break;
|
||||
|
||||
case VEH_SPECIAL:
|
||||
case VEH_DISASTER:
|
||||
break;
|
||||
default: break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user