- separated sprite and skin maintenance code from r_things.cpp into a separate file.

SVN r3256 (trunk)
This commit is contained in:
Christoph Oelckers 2011-07-06 10:24:40 +00:00
commit f8ba5af858
8 changed files with 1080 additions and 1041 deletions

View file

@ -812,6 +812,8 @@ void R_Init ()
{
atterm (R_Shutdown);
clearbufshort (zeroarray, MAXWIDTH, 0);
StartScreen->Progress();
V_InitFonts();
StartScreen->Progress();