Changeset 6517 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Jan 17, 2006, 11:13:05 PM (19 years ago)
- Location:
- trunk/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/space_ship.cc
r6512 r6517 123 123 PRINTF(4)("SPACESHIP INIT\n"); 124 124 125 EventHandler::getInstance()->grabEvents(true);125 // EventHandler::getInstance()->grabEvents(true); 126 126 127 127 bUp = bDown = bLeft = bRight = bAscend = bDescend = bRollL = bRollR = false; -
trunk/src/world_entities/weapons/cannon.cc
r6512 r6517 55 55 { 56 56 this->init(); 57 this->loadParams(root); 57 if (root != NULL) 58 this->loadParams(root); 58 59 } 59 60
Note: See TracChangeset
for help on using the changeset viewer.