Changeset 6172 in orxonox.OLD for branches/christmas_branche/src/world_entities/creatures
- Timestamp:
- Dec 20, 2005, 1:56:59 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/christmas_branche/src/world_entities/creatures/md2_creature.cc
r6171 r6172 113 113 PRINTF(4)("SPACESHIP INIT\n"); 114 114 115 //EventHandler::getInstance()->grabEvents(true);115 EventHandler::getInstance()->grabEvents(true); 116 116 117 117 bUp = bDown = bLeft = bRight = bAscend = bDescend = bRollL = bRollR = false; … … 253 253 254 254 if( likely(this->models[0] != NULL)) 255 ((MD2Model*)this->models[0])->tick(time); 255 ((MD2Model*)this->models[0])->tick(time); 256 257 256 258 257 259
Note: See TracChangeset
for help on using the changeset viewer.