From: David B. <db...@ta...> - 2007-01-25 17:39:42
|
Hi Tim et al, > Since you're working on the options overhaul, perhaps it would be best to > ask you to add the "use cities or igloos" option field and config parsing > to the code. I will write the rendering code in game.c to handle both > cases. I've just added the above to the game_options struct - the field is called use_igloos and the default value is 1. The relevant accessor functions are void Opts_SetUseIgloos(int) and int Opts_UseIgloos(void). We are now up to rev 71 in svn. Cheers, -- David Bruce |