mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-21 05:29:11 +00:00
(svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings.
This commit is contained in:
@@ -52,7 +52,7 @@ enum GrfSpecFeature {
|
||||
struct GRFLabel {
|
||||
byte label;
|
||||
uint32 nfo_line;
|
||||
uint32 pos;
|
||||
size_t pos;
|
||||
struct GRFLabel *next;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user