(svn r11269) -Feature: user customisable faces. Patch by BigBB.

This commit is contained in:
rubidium
2007-10-15 19:59:27 +00:00
parent 1280c7636d
commit 5164e57416
9 changed files with 570 additions and 62 deletions

View File

@@ -1263,6 +1263,7 @@ static const SettingDescGlobVarList _misc_settings[] = {
SDTG_BOOL("large_aa", S, 0, _freetype.large_aa, false, STR_NULL, NULL),
#endif
SDTG_VAR("sprite_cache_size",SLE_UINT, S, 0, _sprite_cache_size, 4, 1, 64, 0, STR_NULL, NULL),
SDTG_VAR("player_face", SLE_UINT32, S, 0, _player_face, 0,0,0xFFFFFFFF,0, STR_NULL, NULL),
SDTG_END()
};