forked from mirror/OpenTTD
(svn r18351) -Fix [FS#3333]: endianness issue with saving the zoom level
This commit is contained in:
@@ -44,4 +44,6 @@ enum ZoomLevel {
|
||||
};
|
||||
DECLARE_POSTFIX_INCREMENT(ZoomLevel)
|
||||
|
||||
typedef SimpleTinyEnumT<ZoomLevel, byte> ZoomLevelByte;
|
||||
|
||||
#endif /* ZOOM_TYPE_H */
|
||||
|
Reference in New Issue
Block a user