1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

use shorter line for error message

This commit is contained in:
FunkyFr3sh 2024-07-13 04:12:24 +02:00
parent 4974b6c9bd
commit 8c3149982b

View File

@ -119,7 +119,8 @@ BOOL util_caller_is_ddraw_wrapper(void* returnAddress)
MessageBoxA( MessageBoxA(
NULL, NULL,
"Error: You cannot combine cnc-ddraw with other DirectDraw wrappers. \n\n" "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", "Conflicting DirectDraw wrapper detected - cnc-ddraw",
MB_OK | MB_TOPMOST); MB_OK | MB_TOPMOST);