summaryrefslogtreecommitdiff
path: root/src/station_base.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-09-16 16:31:38 +0000
committerrubidium <rubidium@openttd.org>2010-09-16 16:31:38 +0000
commitb01c63cd23b3c60de3b48478b5287cdaeffed974 (patch)
treeda8842d7280b577cc7be36c7ffb96a7c2ef4d508 /src/station_base.h
parent9a0a753d9610e258b602c465ef02b703c1ad9457 (diff)
downloadopenttd-b01c63cd23b3c60de3b48478b5287cdaeffed974.tar.xz
(svn r20815) -Revert (r20814): wrong patch at wrong time...
Diffstat (limited to 'src/station_base.h')
-rw-r--r--src/station_base.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/station_base.h b/src/station_base.h
index d595379e9..ca0e598f9 100644
--- a/src/station_base.h
+++ b/src/station_base.h
@@ -42,7 +42,6 @@ struct GoodsEntry {
byte rating;
byte last_speed;
byte last_age;
- byte amount_fract; ///< Fractional part of the amount in the cargo list
StationCargoList cargo; ///< The cargo packets of cargo waiting in this station
};