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/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/heretic/Makefile.am') diff --git a/src/heretic/Makefile.am b/src/heretic/Makefile.am index fa9d2a6f..f5e620b6 100644 --- a/src/heretic/Makefile.am +++ b/src/heretic/Makefile.am @@ -17,6 +17,7 @@ g_game.c \ info.c info.h \ in_lude.c \ m_misc.c \ +m_random.c m_random.h \ mn_menu.c \ p_ceilng.c \ p_doors.c \ -- cgit v1.2.3