From: Holger Schemel Date: Wed, 16 Sep 2020 22:10:47 +0000 (+0200) Subject: changed printing level editor brush data to console and log file X-Git-Tag: 4.2.0.3~30 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=5ed0ddb68721cffafff1db67b78589c9105afbbc changed printing level editor brush data to console and log file --- diff --git a/src/editor.c b/src/editor.c index 0f8b1ba7..d8b25777 100644 --- a/src/editor.c +++ b/src/editor.c @@ -12071,7 +12071,7 @@ static void CopyBrushExt(int from_x, int from_y, int to_x, int to_y, mode == CB_BRUSH_TO_CLIPBOARD_SMALL) SDL_SetClipboardText(text); else - printf("%s", text); // print brush data to console + Print("%s", text); // print brush data to console and log file return; }