From 8c3149982b8099424fc993a8a793966c2f81df1c Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Sat, 13 Jul 2024 04:12:24 +0200 Subject: [PATCH] use shorter line for error message --- src/utils.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/utils.c b/src/utils.c index 75c4419..ad207f5 100644 --- a/src/utils.c +++ b/src/utils.c @@ -119,7 +119,8 @@ BOOL util_caller_is_ddraw_wrapper(void* returnAddress) MessageBoxA( NULL, "Error: You cannot combine cnc-ddraw with other DirectDraw wrappers. \n\n" - "Please disable the other wrapper by clicking in the game room on the very top on 'Game', now select 'DirectX' and disable 'Render in 32-bit color'.", + "Please disable the other wrapper by clicking in the game room on the very top \n" + "on 'Game', now select 'DirectX' and disable 'Render in 32-bit color'.", "Conflicting DirectDraw wrapper detected - cnc-ddraw", MB_OK | MB_TOPMOST);