Soft'N'Design Software
/
projects
/
sokoban.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4eac937
)
correct display
author
Laurent Mazet
<mazet@softndesign.org>
Wed, 18 Dec 2024 22:24:36 +0000
(23:24 +0100)
committer
Laurent Mazet
<mazet@softndesign.org>
Wed, 18 Dec 2024 22:24:36 +0000
(23:24 +0100)
display.c
patch
|
blob
|
blame
|
history
diff --git
a/display.c
b/display.c
index bbde647c071a039744c6ceb2a66e8e23465795cd..22d857fd655f06f1b581159d43311f893731945d 100644
(file)
--- a/
display.c
+++ b/
display.c
@@
-172,7
+172,7
@@
void _element1 (board_t *board, int x, int y, int symb)
case '@':
case '+':
element0 = ACS_LTEE;
- element1 = ACS_
RTEE
;
+ element1 = ACS_
URCORNER
;
break;
case '.':
element0 = ACS_PLUS;