From 128d970baddaa9c2a59f5fb18bdcd58fc6e70bd7 Mon Sep 17 00:00:00 2001 From: Sryder Date: Sun, 9 Jun 2019 19:37:24 +0100 Subject: [PATCH] Turn CONS_Printf to CONS_Alert in waypoint initialisation. --- src/p_setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_setup.c b/src/p_setup.c index b812fc92b..2e88f664c 100644 --- a/src/p_setup.c +++ b/src/p_setup.c @@ -3096,7 +3096,7 @@ boolean P_SetupLevel(boolean skipprecip) { if (K_SetupWaypointList() == false) { - CONS_Printf("Waypoints were not able to be setup! Player positions will not work correctly."); + CONS_Alert(CONS_ERROR, "Waypoints were not able to be setup! Player positions will not work correctly.\n"); } } #ifdef HWRENDER // not win32 only 19990829 by Kin