diff --git a/source/exhumed/src/light.cpp b/source/exhumed/src/light.cpp index 4c3b295e0..cc97f22be 100644 --- a/source/exhumed/src/light.cpp +++ b/source/exhumed/src/light.cpp @@ -117,7 +117,6 @@ uint8_t RemapPLU(uint8_t pal) { if (pal != kPalRedBrite) pal = kPalGreenBrite; - return pal; } else if (bTorch) { diff --git a/source/exhumed/src/view.cpp b/source/exhumed/src/view.cpp index af74a14bb..d9642b08a 100644 --- a/source/exhumed/src/view.cpp +++ b/source/exhumed/src/view.cpp @@ -63,6 +63,9 @@ short nEnemyPal = 0; void InitView() { screensize = (short)xdim; +#ifdef USE_OPENGL + polymostcenterhoriz = 92; +#endif } // NOTE - not to be confused with Ken's analyzesprites()