X-Git-Url: https://git.deb.at/?p=pkg%2Fnetris.git;a=blobdiff_plain;f=debian%2Fpatches%2F02_line-count-patch;fp=debian%2Fpatches%2F02_line-count-patch;h=3bcefabc9cb180c6ff7719e48139e350a02462e6;hp=fa3490b3563f9c814bbd87acf3ee2e0f2057e66d;hb=5bb19ac4385e5871ef004ecd049561698d8dd8d5;hpb=614219dca397988b0c2003148ced5570026926df diff --git a/debian/patches/02_line-count-patch b/debian/patches/02_line-count-patch index fa3490b..3bcefab 100644 --- a/debian/patches/02_line-count-patch +++ b/debian/patches/02_line-count-patch @@ -1,10 +1,10 @@ Author: Piotr Krukowiecki vim:ft=diff: Description: patch to display line counter, BTS #304224 -Index: netris-0.52/curses.c +Index: b/curses.c =================================================================== ---- netris-0.52.orig/curses.c -+++ netris-0.52/curses.c +--- a/curses.c ++++ b/curses.c @@ -258,6 +258,12 @@ ExtFunc void PlotUnderline(int scr, int ExtFunc void ShowDisplayInfo(void) @@ -36,10 +36,10 @@ Index: netris-0.52/curses.c if (opponentFlags & SCF_fairRobot) addstr("The opponent is a fair robot"); else -Index: netris-0.52/game.c +Index: b/game.c =================================================================== ---- netris-0.52.orig/game.c -+++ netris-0.52/game.c +--- a/game.c ++++ b/game.c @@ -103,6 +103,7 @@ ExtFunc void OneGame(int scr, int scr2) int key; char *p, *cmd; @@ -79,10 +79,10 @@ Index: netris-0.52/game.c if (linesCleared > 0 && spied) SendPacket(NP_clear, 0, NULL); if (game == GT_classicTwo && linesCleared > 1) { -Index: netris-0.52/netris.h +Index: b/netris.h =================================================================== ---- netris-0.52.orig/netris.h -+++ netris-0.52/netris.h +--- a/netris.h ++++ b/netris.h @@ -182,6 +182,11 @@ EXT char scratch[1024]; extern ShapeOption stdOptions[]; extern char *version_string;