projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc2258f
)
changed printing level editor brush data to console and log file
author
Holger Schemel
<info@artsoft.org>
Wed, 16 Sep 2020 22:10:47 +0000
(
00:10
+0200)
committer
Holger Schemel
<info@artsoft.org>
Wed, 16 Sep 2020 22:26:31 +0000
(
00:26
+0200)
src/editor.c
patch
|
blob
|
history
diff --git
a/src/editor.c
b/src/editor.c
index 0f8b1ba7c027557b07be3754b8891a424d9746af..d8b25777f431dd482f328d54da8d4255575c1782 100644
(file)
--- 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 conso
le
+
Print("%s", text); // print brush data to console and log fi
le
return;
}