various merge cleanups including moving the contents of R_Textures_Init into

Mod_Init
This commit is contained in:
Bill Currie 2001-05-16 17:08:56 +00:00
parent dda567a961
commit 8f4394de4f
9 changed files with 49 additions and 155 deletions

View file

@ -1628,8 +1628,6 @@ Host_Init (void)
// Con_Printf ("Exe: "__TIME__" "__DATE__"\n");
Con_Printf ("%4.1f megs RAM used.\n", host_parms.memsize / (1024 * 1024.0));
R_Textures_Init ();
vid_basepal = (byte *) COM_LoadHunkFile ("gfx/palette.lmp");
if (!vid_basepal)
Sys_Error ("Couldn't load gfx/palette.lmp");