changeset 4394:b150f6a9d358 draft

(svn r6147) -Fix: I don't know how to write Destination :(
author truelight <truelight@openttd.org>
date Sat, 26 Aug 2006 17:31:57 +0000
parents c5b617a2f893
children 38382c391681
files openttd.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/openttd.h
+++ b/openttd.h
@@ -62,9 +62,9 @@
 	uint16 disaster;            ///< Please don't ask about it, but disasters uses orders to store stuff...
 } DestinationID;
 
-/* All items of DestionationID has to be of the same size, because some part
- *  of the code depends on the fact that DestionationID is the same for all
- *  items inside DestionationID. Check PackOrder() */
+/* All items of DestinationID has to be of the same size, because some part
+ *  of the code depends on the fact that DestinationID is the same for all
+ *  items inside DestinationID. Check PackOrder() */
 assert_compile(sizeof(StationID) == sizeof(DepotID));
 assert_compile(sizeof(StationID) == sizeof(WaypointID));
 assert_compile(sizeof(StationID) == sizeof(uint16));