diff options
Diffstat (limited to 'games/pipenightdreams/files/patch-src__player.h')
-rw-r--r-- | games/pipenightdreams/files/patch-src__player.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/pipenightdreams/files/patch-src__player.h b/games/pipenightdreams/files/patch-src__player.h new file mode 100644 index 000000000000..186f5e289825 --- /dev/null +++ b/games/pipenightdreams/files/patch-src__player.h @@ -0,0 +1,13 @@ +--- ./src/player.h.orig 2002-01-17 20:56:40.000000000 +0100 ++++ ./src/player.h 2014-02-01 23:41:06.000000000 +0100 +@@ -47,8 +47,8 @@ + void setStartRowColumn(int row, int column); + void setBoard(Board * bd); + +- inline void setRestrictionCoef(unsigned int coef); +- inline void setFixedCoef(unsigned int coef); ++ void setRestrictionCoef(unsigned int coef); ++ void setFixedCoef(unsigned int coef); + + void incLives(); + void decLives(); |