From 5a32ee7e78697f4b3d94a435c21f6b08a0ae839a Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 20 Sep 2008 21:57:49 +0000 Subject: Move m_random.[ch] to doom/ (as Hexen uses a different random number table). Split RNG code out of heretic/m_misc.c to a separate m_random.c. Subversion-branch: /branches/raven-branch Subversion-revision: 1256 --- src/heretic/p_lights.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/heretic/p_lights.c') diff --git a/src/heretic/p_lights.c b/src/heretic/p_lights.c index fb5942d6..2c3dc695 100644 --- a/src/heretic/p_lights.c +++ b/src/heretic/p_lights.c @@ -21,6 +21,7 @@ // //----------------------------------------------------------------------------- #include "doomdef.h" +#include "m_random.h" #include "p_local.h" #include "v_video.h" -- cgit v1.2.3