added font_startup

This commit is contained in:
Derek Foreman 2003-03-16 22:35:55 +00:00
parent 6682d070c3
commit 9ecdf13b8d

View file

@ -129,6 +129,7 @@ int main(int argc, char **argv)
if (screen_annex()) { /* it will be ours! */
timer_startup();
render_startup();
font_startup();
themerc_startup();
engine_startup(themerc_engine);
python_startup();