From 56eb1738ee6de39367047a3cd0f20011560eb393 Mon Sep 17 00:00:00 2001 From: truelight Date: Thu, 21 Jun 2007 16:17:47 +0000 Subject: (svn r10254) -Feature: loading indicator, which shows in % how full a vehicle is while loading/unloading (TheJosh) --- src/openttd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/openttd.h') diff --git a/src/openttd.h b/src/openttd.h index a768da3bd..6f2b1556c 100644 --- a/src/openttd.h +++ b/src/openttd.h @@ -192,6 +192,7 @@ enum { TO_BUILDINGS, TO_BRIDGES, TO_STRUCTURES, + TO_LOADING, }; /* Landscape types */ -- cgit v1.2.3-54-g00ecf