aboutsummaryrefslogtreecommitdiff
path: root/games/pipenightdreams/files/patch-pointer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/pipenightdreams/files/patch-pointer.cpp')
-rw-r--r--games/pipenightdreams/files/patch-pointer.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/pipenightdreams/files/patch-pointer.cpp b/games/pipenightdreams/files/patch-pointer.cpp
new file mode 100644
index 000000000000..afc1358924aa
--- /dev/null
+++ b/games/pipenightdreams/files/patch-pointer.cpp
@@ -0,0 +1,11 @@
+--- src/pointer.cpp.orig Sat Jan 1 14:44:34 2005
++++ src/pointer.cpp Sat Jan 1 14:44:44 2005
+@@ -17,7 +17,7 @@
+
+ #include "pointer.h"
+
+-Pointer::Pointer(int row=0, int column=0){
++Pointer::Pointer(int row, int column){
+ this->row=row;
+ this->column=column;
+ this->moved_flag=true;