- Timestamp:
- Dec 26, 2005, 1:25:06 AM (19 years ago)
- Location:
- branches/network/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/power_ups/power_up.cc
r6142 r6292 38 38 { 39 39 delete this->sphereMaterial; 40 this->toList(OM_COMMON);41 40 } 42 41 -
branches/network/src/world_entities/space_ships/space_ship.cc
r6078 r6292 112 112 PRINTF(4)("SPACESHIP INIT\n"); 113 113 114 EventHandler::getInstance()->grabEvents(true);114 // EventHandler::getInstance()->grabEvents(true); 115 115 116 116 bUp = bDown = bLeft = bRight = bAscend = bDescend = bRollL = bRollR = false;
Note: See TracChangeset
for help on using the changeset viewer.