Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6033 in orxonox.OLD for trunk/src/world_entities/space_ships


Ignore:
Timestamp:
Dec 10, 2005, 11:31:12 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: model now also implements a Draw function, based on what it knows and patrick did

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/space_ships/space_ship.cc

    r6005 r6033  
    111111  PRINTF(4)("SPACESHIP INIT\n");
    112112
    113   EventHandler::getInstance()->grabEvents(true);
     113  EventHandler::getInstance()->grabEvents(false);
    114114
    115115  bUp = bDown = bLeft = bRight = bAscend = bDescend = bRollL = bRollR = false;
Note: See TracChangeset for help on using the changeset viewer.