mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 23:31:50 +00:00
compilation fix for DEBUGRANDOM
This commit is contained in:
parent
ac3de70c93
commit
8e753c1886
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ ATTRINLINE static fixed_t FUNCINLINE __internal_prng__(void)
|
||||||
fixed_t P_RandomFixed(void)
|
fixed_t P_RandomFixed(void)
|
||||||
{
|
{
|
||||||
#else
|
#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);
|
CONS_Printf("P_RandomFixed() at: %sp %d\n", rfile, rline);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue