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