mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r11889) -Change: small inconsistency between documentation and code. Patch by Yexo.
This commit is contained in:
parent
4e847a9c52
commit
a325bef3f5
@ -38,9 +38,9 @@ typedef uint16 DestinationID;
|
||||
/* DestinationID must be at least as large as every these below, because it can
|
||||
* be any of them
|
||||
*/
|
||||
assert_compile(sizeof(DestinationID) == sizeof(DepotID));
|
||||
assert_compile(sizeof(DestinationID) == sizeof(WaypointID));
|
||||
assert_compile(sizeof(DestinationID) == sizeof(StationID));
|
||||
assert_compile(sizeof(DestinationID) >= sizeof(DepotID));
|
||||
assert_compile(sizeof(DestinationID) >= sizeof(WaypointID));
|
||||
assert_compile(sizeof(DestinationID) >= sizeof(StationID));
|
||||
|
||||
enum GameModes {
|
||||
GM_MENU,
|
||||
|
Loading…
Reference in New Issue
Block a user