Changeset 6204 in orxonox.OLD for branches/christmas_branche/src
- Timestamp:
- Dec 21, 2005, 1:05:41 AM (19 years ago)
- Location:
- branches/christmas_branche/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/christmas_branche/src/world_entities/creatures/md2_creature.cc
r6203 r6204 115 115 EventHandler::getInstance()->grabEvents(true); 116 116 117 bUp = bDown = bLeft = bRight = bAscend = bDescend = bRollL = bRollR = bStrafeL = bStrafeR = false;117 bUp = bDown = bLeft = bRight = bAscend = bDescend = bRollL = bRollR = bStrafeL = bStrafeR = bJump = false; 118 118 bFire = false; 119 119 xMouse = yMouse = 0; -
branches/christmas_branche/src/world_entities/space_ships/space_ship.cc
r6172 r6204 308 308 /* calculate the direction in which the craft is heading */ 309 309 310 Plane plane(Vector(0,1,0), Vector(0,0,0)); 311 310 312 if( this->bUp ) 311 313 {
Note: See TracChangeset
for help on using the changeset viewer.