From cca922f02313721d19b026960e504c69c1a01c3a Mon Sep 17 00:00:00 2001 From: NY00123 Date: Sun, 17 May 2020 21:40:10 +0300 Subject: [PATCH] Engine: Adjust krand for removal of LUNATIC # Conflicts: # source/build/include/build.h # source/build/src/engine.cpp --- source/build/include/build.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/build/include/build.h b/source/build/include/build.h index 5b26f736a..86ff038dc 100644 --- a/source/build/include/build.h +++ b/source/build/include/build.h @@ -922,7 +922,7 @@ int32_t getsectordist(vec2_t const in, int const sectnum, vec2_t * const out = n extern const int16_t *chsecptr_onextwall; int32_t checksectorpointer(int16_t i, int16_t sectnum); -#if !KRANDDEBUG && !defined LUNATIC +#if !KRANDDEBUG static FORCE_INLINE int32_t krand(void) { randomseed = (randomseed * 1664525ul) + 221297ul;