1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-01 10:59:12 +00:00

(svn r3588) - Refit: Use only one global to return the refit capacity rather than one per vehicle type.

This commit is contained in:
2006-02-11 09:24:51 +00:00
parent 1097ec2b62
commit 6f5f3101b6
6 changed files with 5 additions and 6 deletions

View File

@@ -293,7 +293,6 @@ VARDEF TileIndex _terraform_err_tile;
VARDEF TileIndex _build_tunnel_endtile;
VARDEF bool _generating_world;
VARDEF int _new_town_size;
VARDEF uint _returned_refit_amount;
// Deals with the type of the savegame, independent of extension
typedef struct {