Changeset 6170 in orxonox.OLD for branches/christmas_branche/src/world_entities/creatures
- Timestamp:
- Dec 20, 2005, 12:59:06 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/christmas_branche/src/world_entities/creatures/md2_creature.cc
r6167 r6170 21 21 22 22 #include "objModel.h" 23 #include "md2Model.h" 23 24 #include "resource_manager.h" 24 25 … … 112 113 PRINTF(4)("SPACESHIP INIT\n"); 113 114 114 EventHandler::getInstance()->grabEvents(true);115 // EventHandler::getInstance()->grabEvents(true); 115 116 116 117 bUp = bDown = bLeft = bRight = bAscend = bDescend = bRollL = bRollR = false; … … 253 254 { 254 255 256 if( likely(this->models[0] != NULL)) 257 ((MD2Model*)this->models[0])->tick(time); 258 259 255 260 // MD2Creature controlled movement 256 261 this->calculateVelocity(time);
Note: See TracChangeset
for help on using the changeset viewer.