- Timestamp:
- Apr 19, 2018, 2:46:18 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxyRoad_FS18/src/modules/orxyroad/OrxyRoad.cc
r11837 r11886 43 43 RegisterUnloadableClass(OrxyRoad); 44 44 45 OrxyRoad::OrxyRoad(Context* context) : Deathmatch(context)45 OrxyRoad::OrxyRoad(Context* context) : Gametype(context) 46 46 { 47 47 RegisterObject(OrxyRoad); … … 126 126 127 127 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 128 136 //stEntity->setScale3D(50,50,50); 129 137 } … … 183 191 return; 184 192 } 185 // Call start for the parent class.186 Deathmatch::start();187 193 } 188 194
Note: See TracChangeset
for help on using the changeset viewer.