Changeset 6580 in orxonox.OLD for branches/spaceshipcontrol/src
- Timestamp:
- Jan 18, 2006, 3:59:06 PM (19 years ago)
- Location:
- branches/spaceshipcontrol/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/defs/class_id.h
r6455 r6580 171 171 CL_SPAWNING_POINT = 0x0000020c, 172 172 CL_MD2_CREATURE = 0x0000020d, 173 CL_HOVER = 0x0000020e, 173 174 174 175 CL_TURRET_POWER_UP = 0x00000211, -
branches/spaceshipcontrol/src/world_entities/space_ships/hover.cc
r6572 r6580 110 110 PRINTF(4)("HOVER INIT\n"); 111 111 112 this->loadModel("models/ships/ reap_#.obj", 1.0);112 this->loadModel("models/ships/fighter.obj", 1.0); 113 113 114 114 EventHandler::getInstance()->grabEvents(true);
Note: See TracChangeset
for help on using the changeset viewer.