forked from mirror/OpenTTD
(svn r3600) -Fix: suppress error on 64bit targets
This commit is contained in:
@@ -52,7 +52,7 @@ typedef enum {
|
||||
|
||||
typedef struct SettingDesc {
|
||||
const char *name;
|
||||
int flags;
|
||||
uint32 flags;
|
||||
const void *def;
|
||||
void *ptr;
|
||||
const void *many;
|
||||
|
Reference in New Issue
Block a user