[Orxonox-commit 2113] r6829 - code/branches/lod/src/libraries/core

scheusso at orxonox.net scheusso at orxonox.net
Mon May 3 11:38:10 CEST 2010


Author: scheusso
Date: 2010-05-03 11:38:09 +0200 (Mon, 03 May 2010)
New Revision: 6829

Modified:
   code/branches/lod/src/libraries/core/BaseObject.cc
Log:
no tabs ;)


Modified: code/branches/lod/src/libraries/core/BaseObject.cc
===================================================================
--- code/branches/lod/src/libraries/core/BaseObject.cc	2010-05-03 09:34:44 UTC (rev 6828)
+++ code/branches/lod/src/libraries/core/BaseObject.cc	2010-05-03 09:38:09 UTC (rev 6829)
@@ -74,7 +74,7 @@
             this->setNamespace(this->creator_->getNamespace());
             this->setScene(this->creator_->getScene(), this->creator_->getSceneID());
             this->setGametype(this->creator_->getGametype());
-	    this->setLevel(this->creator_->getLevel());
+            this->setLevel(this->creator_->getLevel());
         }
         else
         {
@@ -83,7 +83,7 @@
             this->scene_ = 0;
             this->sceneID_ = OBJECTID_UNKNOWN;
             this->gametype_ = 0;
-	    this->level_ = 0;
+            this->level_ = 0;
         }
     }
 




More information about the Orxonox-commit mailing list