- fix executable compile errors
This commit is contained in:
parent
b31c62568b
commit
73050bc169
2 changed files with 1 additions and 2 deletions
|
|
@ -659,7 +659,6 @@ void FStartScreen::Render(bool force)
|
|||
auto nowtime = I_msTime();
|
||||
// Do not refresh too often. This function gets called a lot more frequently than the screen can update.
|
||||
if (nowtime - screen->FrameTime > minwaittime || force)
|
||||
#endif
|
||||
{
|
||||
screen->FrameTime = nowtime;
|
||||
screen->FrameTimeNS = I_nsTime();
|
||||
|
|
|
|||
|
|
@ -2367,7 +2367,7 @@ void HWWall::ProcessLowerMiniseg(HWWallDispatcher *di, FRenderState& state, seg_
|
|||
this->frontsector = frontsector;
|
||||
this->backsector = backsector;
|
||||
this->sub = NULL;
|
||||
this->lightmap = nullptr;
|
||||
//this->lightmap = nullptr; // this came from gzdoom commit f796e55c0d313e1c48c3472a7334de37cc4ae775
|
||||
|
||||
vertex_t * v1 = seg->v1;
|
||||
vertex_t * v2 = seg->v2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue