compilation fix for DEBUGRANDOM

This commit is contained in:
Inuyasha 2016-04-27 17:17:35 -07:00
parent ac3de70c93
commit 8e753c1886
1 changed files with 1 additions and 1 deletions

View File

@ -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