[Orxonox-commit 4593] r9264 - code/trunk/src/modules/pong

landauf at orxonox.net landauf at orxonox.net
Sun Jun 3 00:12:33 CEST 2012


Author: landauf
Date: 2012-06-03 00:12:32 +0200 (Sun, 03 Jun 2012)
New Revision: 9264

Modified:
   code/trunk/src/modules/pong/PongScore.cc
Log:
fixed warning

Modified: code/trunk/src/modules/pong/PongScore.cc
===================================================================
--- code/trunk/src/modules/pong/PongScore.cc	2012-06-02 22:04:35 UTC (rev 9263)
+++ code/trunk/src/modules/pong/PongScore.cc	2012-06-02 22:12:32 UTC (rev 9264)
@@ -59,8 +59,6 @@
         this->bShowScore_ = false;
         this->bShowLeftPlayer_ = false;
         this->bShowRightPlayer_ = false;
-        this->player1_ = NULL;
-        this->player2_ = NULL;
     }
 
     /**




More information about the Orxonox-commit mailing list