fix potential font-missing crash.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4604 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2014-02-09 05:55:55 +00:00
parent 0d4128ff78
commit 663c405165
1 changed files with 2 additions and 0 deletions

View File

@ -338,6 +338,8 @@ void R2D_Init(void)
#ifdef PLUGINS
Plug_DrawReloadImages();
#endif
R2D_Font_Changed();
}
mpic_t *R2D_SafeCachePic (char *path)