]> git.deb.at Git - pkg/netris.git/blobdiff - debian/patches/01_multi-games-with-scoring
Imported Debian patch 0.52-8
[pkg/netris.git] / debian / patches / 01_multi-games-with-scoring
index 3d08e9c48f6d8333ff1a3c4b0a3b014515e3b7bc..8501b129222f2a293abf985bc3110861e9bc34fa 100644 (file)
@@ -1,3 +1,6 @@
+Author: Tomas Berndtsson <tomas@nocrew.org>    vim:ft=diff:
+Description: Add multi game support with scoring
+
 Index: netris-0.52/curses.c
 ===================================================================
 --- netris-0.52.orig/curses.c
@@ -11,7 +14,7 @@ Index: netris-0.52/curses.c
                move(boardYPos[scr] - y, boardXPos[scr] + 2 * boardWidth[scr]);
                addch('|');
        }
-@@ -256,6 +258,23 @@ ExtFunc void PlotUnderline(int scr, int 
+@@ -256,6 +258,23 @@ ExtFunc void PlotUnderline(int scr, int
  
  ExtFunc void ShowDisplayInfo(void)
  {