Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 22, 2019, 4:46:06 PM (6 years ago)
Author:
emustafa
Message:

shroom removed, KartController removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoKart_HS18/src/modules/orxokart/OrxoKartKart.cc

    r12168 r12192  
    3333#include "core/CoreIncludes.h"
    3434#include "core/XMLPort.h"
    35 #include "KartController.h"
    3635namespace orxonox
    3736{
    3837    RegisterClass(OrxoKartKart);
    3938
    40     void ControllableEntity::rotateYaw(const Vector2& value)
    41     {
    42         orxout() << "TEST CONTROLlER" << endl;
    43     }
    4439
    4540    OrxoKartKart::OrxoKartKart(Context* context) : SpaceShip(context)
Note: See TracChangeset for help on using the changeset viewer.