From 8e753c188670bc83b837755ed765ce50d3be1084 Mon Sep 17 00:00:00 2001 From: Inuyasha Date: Wed, 27 Apr 2016 17:17:35 -0700 Subject: [PATCH] compilation fix for DEBUGRANDOM --- src/m_random.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/m_random.c b/src/m_random.c index 79f3af113..5fde12535 100644 --- a/src/m_random.c +++ b/src/m_random.c @@ -110,7 +110,7 @@ ATTRINLINE static fixed_t FUNCINLINE __internal_prng__(void) fixed_t P_RandomFixed(void) { #else -UINT8 P_RandomFixedD(const char *rfile, INT32 rline) +fixed_t P_RandomFixedD(const char *rfile, INT32 rline) { CONS_Printf("P_RandomFixed() at: %sp %d\n", rfile, rline); #endif