Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 19, 2018, 2:46:18 PM (7 years ago)
Author:
sehirsch
Message:

fixed plugin name in CMakeLists.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxyRoad_FS18/src/modules/orxyroad/OrxyRoad.cc

    r11837 r11886  
    4343    RegisterUnloadableClass(OrxyRoad);
    4444
    45     OrxyRoad::OrxyRoad(Context* context) : Deathmatch(context)
     45    OrxyRoad::OrxyRoad(Context* context) : Gametype(context)
    4646    {
    4747        RegisterObject(OrxyRoad);
     
    126126
    127127                    cube->setPosition(player->getWorldPosition() + Vector3(5000.0f, 0.0f, -3600.0f + (i*1200)));
     128                   
     129                    /* experimental */
     130
     131                    cube->setVelocity(10,0,0);
     132
     133                    /* experimental */
     134
     135
    128136                    //stEntity->setScale3D(50,50,50);
    129137                }
     
    183191            return;
    184192        }
    185         // Call start for the parent class.
    186         Deathmatch::start();
    187193    }
    188194
Note: See TracChangeset for help on using the changeset viewer.