Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 19, 2007, 6:33:32 PM (17 years ago)
Author:
snellen
Message:

camera no longer subscribes to the PEV_VIEW key events

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/world_entities/tools/camera.cc

    r10698 r10723  
    7373  this->target = new CameraTarget();
    7474  this->target->masta=this;
    75   this->subscribeEvent(ES_GAME, KeyMapper::PEV_VIEW0);
    76   this->subscribeEvent(ES_GAME, KeyMapper::PEV_VIEW1);
    77   this->subscribeEvent(ES_GAME, KeyMapper::PEV_VIEW2);
    78   this->subscribeEvent(ES_GAME, KeyMapper::PEV_VIEW3);
    79   this->subscribeEvent(ES_GAME, KeyMapper::PEV_VIEW4);
    80   this->subscribeEvent(ES_GAME, KeyMapper::PEV_VIEW5);
     75//  this->subscribeEvent(ES_GAME, KeyMapper::PEV_VIEW0);
     76//  this->subscribeEvent(ES_GAME, KeyMapper::PEV_VIEW1);
     77//  this->subscribeEvent(ES_GAME, KeyMapper::PEV_VIEW2);
     78//  this->subscribeEvent(ES_GAME, KeyMapper::PEV_VIEW3);
     79//  this->subscribeEvent(ES_GAME, KeyMapper::PEV_VIEW4);
     80//  this->subscribeEvent(ES_GAME, KeyMapper::PEV_VIEW5);
    8181
    8282  //this->setFovy(90);
Note: See TracChangeset for help on using the changeset viewer.