Soft'N'Design Software
/
projects
/
tetris.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b73fea5
)
cleaning
author
Laurent Mazet
<mazet@softndesign.org>
Sun, 4 Aug 2024 21:12:07 +0000
(23:12 +0200)
committer
Laurent Mazet
<mazet@softndesign.org>
Sun, 4 Aug 2024 21:12:07 +0000
(23:12 +0200)
function.c
patch
|
blob
|
blame
|
history
diff --git
a/function.c
b/function.c
index 5314ba4eadca0214d3f042ff85a2853e9657f54e..4a0878edafdaeb8c7c082d86974281ec3025c577 100644
(file)
--- a/
function.c
+++ b/
function.c
@@
-387,7
+387,7
@@
int checkline (board_t *board, int *score, int *lines)
*score += (nb == 4) ? 129 : (nb == 3) ? 64 : (nb == 2) ? 27 : (nb == 1) ? 10 : 0;
*lines += nb;
-
+
return nb;
}