eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] Changes to eliot/game/player.cpp [antoine-1]


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/game/player.cpp [antoine-1]
Date: Sun, 23 Oct 2005 16:59:02 -0400

Index: eliot/game/player.cpp
diff -u eliot/game/player.cpp:1.5.2.3 eliot/game/player.cpp:1.5.2.4
--- eliot/game/player.cpp:1.5.2.3       Sun Oct 23 19:12:14 2005
+++ eliot/game/player.cpp       Sun Oct 23 20:58:20 2005
@@ -17,8 +17,6 @@
 /* along with this program; if not, write to the Free Software               */
 /* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
*/
 
-/* $Id: player.cpp,v 1.5.2.3 2005/10/23 19:12:14 ipkiss Exp $ */
-
 /**
  *  \file   player.cpp
  *  \brief  Eliot player class
@@ -92,13 +90,13 @@
 void Player::addPoints(int s)
 {
     gdebug("Player::addPoints\n");
-    m_score += s; 
+    m_score += s;
 }
 
 
 int Player::getPoints() const
 {
-    return m_score; 
+    return m_score;
 }
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]