From 6f5f3101b6e785b88de2470babdb3b5a1a61f054 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Sat, 11 Feb 2006 09:24:51 +0000 Subject: (svn r3588) - Refit: Use only one global to return the refit capacity rather than one per vehicle type. --- variables.h | 1 - 1 file changed, 1 deletion(-) (limited to 'variables.h') diff --git a/variables.h b/variables.h index 2ad7c0b47..1d0b4802d 100644 --- a/variables.h +++ b/variables.h @@ -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 { -- cgit v1.2.3-54-g00ecf