Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 14, 2008, 12:51:36 PM (16 years ago)
Author:
landauf
Message:

don't panic, no codechanges!
added a link to www.orxonox.net

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/SpaceShip.cc

    r1052 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
     
    138139//         this->create();
    139140
    140        
     141
    141142        COUT(3) << "Info: SpaceShip was loaded" << std::endl;
    142143    }
     
    155156      return true;
    156157    }
    157    
     158
    158159    void SpaceShip::registerAllVariables(){
    159160      Model::registerAllVariables();
    160      
    161      
    162      
    163     }
    164    
     161
     162
     163
     164    }
     165
    165166    void SpaceShip::init()
    166167    {
Note: See TracChangeset for help on using the changeset viewer.