Finish the changeable iconset

This commit is contained in:
Laci bá
2021-11-16 19:38:31 +01:00
parent 98316e228f
commit 0aa6e9c8a6
20 changed files with 210 additions and 25 deletions

View File

@@ -715,6 +715,9 @@ usage:
if (lang_init)
set_language(lang_init);
/* Load the desired iconset */
plat_load_icon_set();
/* All good! */
return(1);
}