mirror of https://github.com/OpenTTD/OpenTTD
(svn r15048) -Fix (r15047): the one time you don't compile a patch of someone, it contains a warning .. ;)
parent
c9d20bfd47
commit
0adcb5bc2f
|
@ -207,7 +207,7 @@ SQInteger AIInfo::AddSetting(HSQUIRRELVM vm)
|
||||||
AIConfigItem config;
|
AIConfigItem config;
|
||||||
memset(&config, 0, sizeof(config));
|
memset(&config, 0, sizeof(config));
|
||||||
config.max_value = 1;
|
config.max_value = 1;
|
||||||
int items = 0;
|
uint items = 0;
|
||||||
|
|
||||||
/* Read the table, and find all properties we care about */
|
/* Read the table, and find all properties we care about */
|
||||||
sq_pushnull(vm);
|
sq_pushnull(vm);
|
||||||
|
|
Loading…
Reference in New Issue