mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
various merge cleanups including moving the contents of R_Textures_Init into
Mod_Init
This commit is contained in:
parent
dda567a961
commit
8f4394de4f
9 changed files with 49 additions and 155 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue