freebsd-ports/games/CaribbeanStud/files/patch-Player.h
Danilo Egea Gondolfo c65da11422 - Remove extra tabs
- Add stage support
- Fix build
- Add DOCS option
2013-10-29 18:00:51 +00:00

11 lines
260 B
C

--- ./Player.h.orig 2013-10-29 15:12:13.000000000 -0200
+++ ./Player.h 2013-10-29 15:12:13.000000000 -0200
@@ -72,7 +72,7 @@
int _lastWinLost;
};
-inline Player::WinLost( ) const
+inline int Player::WinLost( ) const
{
return _lastWinLost;
}