- fix executable compile errors

This commit is contained in:
Rachael Alexanderson 2024-04-16 23:26:43 -04:00
commit 73050bc169
No known key found for this signature in database
GPG key ID: 26A8ACCE97115EE0
2 changed files with 1 additions and 2 deletions

View file

@ -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();

View file

@ -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;