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/g_game.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/heretic/g_game.c') diff --git a/src/heretic/g_game.c b/src/heretic/g_game.c index 1441855b..630f0619 100644 --- a/src/heretic/g_game.c +++ b/src/heretic/g_game.c @@ -28,6 +28,7 @@ #include "doomdef.h" #include "doomkeys.h" #include "m_misc.h" +#include "m_random.h" #include "p_local.h" #include "s_sound.h" #include "v_video.h" -- cgit v1.2.3