aboutsummaryrefslogtreecommitdiffstats
path: root/games/qnetwalk/files/patch-cell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/qnetwalk/files/patch-cell.cpp')
-rw-r--r--games/qnetwalk/files/patch-cell.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/qnetwalk/files/patch-cell.cpp b/games/qnetwalk/files/patch-cell.cpp
new file mode 100644
index 000000000000..3ae69f72ec0a
--- /dev/null
+++ b/games/qnetwalk/files/patch-cell.cpp
@@ -0,0 +1,20 @@
+--- cell.cpp.orig 2008-03-30 13:29:12.000000000 +0400
++++ cell.cpp 2013-08-07 21:24:52.637031376 +0400
+@@ -19,7 +19,7 @@
+ Cell::PixmapMap Cell::shadowpixmap;
+ Cell::PixmapMap Cell::connectedpixmap;
+ Cell::PixmapMap Cell::disconnectedpixmap;
+-Cell::Cell * Cell::focusedCell = 0;
++Cell * Cell::focusedCell = 0;
+
+
+ void Cell::setGameOver(bool b)
+@@ -28,7 +28,7 @@
+ }
+
+
+-Cell::Cell * Cell::focused()
++Cell * Cell::focused()
+ {
+ return focusedCell;
+ }