Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7868 in orxonox.OLD for trunk/src/world_entities/weapons


Ignore:
Timestamp:
May 26, 2006, 1:21:32 PM (18 years ago)
Author:
bensch
Message:

trunk: merge Check in the Event-changes:
r7867 | bensch | 2006-05-26 13:19:46 +0200 (Fri, 26 May 2006) | 1 line

Events better subscribed


r7866 | bensch | 2006-05-26 13:11:10 +0200 (Fri, 26 May 2006) | 1 line

Events are subscribed at the EventListener, and not the EventHandler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/weapons/crosshair.cc

    r7221 r7868  
    1717
    1818#include "crosshair.h"
    19 #include "event_handler.h"
    2019
    2120#include "util/loading/load_param.h"
     
    6564  this->material = new Material;
    6665
    67   //EventHandler::getInstance()->subscribe(this, ES_GAME, EV_MOUSE_MOTION);
     66  //this->subscribeEvent(ES_GAME, EV_MOUSE_MOTION);
    6867
    6968  // center the mouse on the screen, and also hide the cursors
Note: See TracChangeset for help on using the changeset viewer.