Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 6, 2017, 3:32:35 PM (7 years ago)
Author:
jkindle
Message:

Lululululululululu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SuperOrxoBros_FS17/src/modules/superorxobros/SOB.cc

    r11383 r11392  
    5050namespace orxonox
    5151{
    52  
     52
    5353    RegisterUnloadableClass(SOB);
    5454
     
    8989            {
    9090                figure_ = new SOBFigure(center_->getContext());
    91                 figure_->addTemplate(center_->getFigureTemplate()); 
     91                figure_->addTemplate(center_->getFigureTemplate());
    9292               // figure_->InitializeAnimation(center_->getContext()); //@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    9393            }
    9494
    95             center_->attach(figure_);   
     95            center_->attach(figure_);
    9696            figure_->setPosition(0, 0, 0);
    9797        }
     
    111111        }
    112112
    113        // totalScreenShift_ = 0.0;
    114        // screenShiftSinceLastUpdate_ = 0.0;
    115         //sectionNumber_ = 0;
    116         //adventureNumber_ = 0;
    117 
    118         //addStartSection();
    119        // addSection();
    120        // addSection();
    121113    }
    122114
     
    125117        cleanup();
    126118        GSLevel::startMainMenu();
    127  
     119
    128120        Deathmatch::end();
    129121    }
     
    153145
    154146
    155    
    156  
     147
     148
    157149}
Note: See TracChangeset for help on using the changeset viewer.