- now that we don't have to care anymore about SVN-related merging problems, let's save the 3 global variables of the GL renderer unconditionally, even if the software renderer is running.
This commit is contained in:
parent
c25325efa4
commit
a7f4185981
2 changed files with 6 additions and 0 deletions
|
|
@ -1439,12 +1439,14 @@ void G_AirControlChanged ()
|
|||
//
|
||||
//
|
||||
//==========================================================================
|
||||
void gl_SerializeGlobals(FArchive &arc);
|
||||
|
||||
void G_SerializeLevel (FArchive &arc, bool hubLoad)
|
||||
{
|
||||
int i = level.totaltime;
|
||||
|
||||
Renderer->StartSerialize(arc);
|
||||
gl_SerializeGlobals(arc);
|
||||
|
||||
arc << level.flags
|
||||
<< level.flags2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue