Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6829


Ignore:
Timestamp:
May 3, 2010, 11:38:09 AM (14 years ago)
Author:
scheusso
Message:

no tabs ;)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/lod/src/libraries/core/BaseObject.cc

    r6828 r6829  
    7575            this->setScene(this->creator_->getScene(), this->creator_->getSceneID());
    7676            this->setGametype(this->creator_->getGametype());
    77             this->setLevel(this->creator_->getLevel());
     77            this->setLevel(this->creator_->getLevel());
    7878        }
    7979        else
     
    8484            this->sceneID_ = OBJECTID_UNKNOWN;
    8585            this->gametype_ = 0;
    86             this->level_ = 0;
     86            this->level_ = 0;
    8787        }
    8888    }
Note: See TracChangeset for help on using the changeset viewer.