(svn r11269) -Feature: user customisable faces. Patch by BigBB.
This commit is contained in:
@@ -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()
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user