Changeset 7868 in orxonox.OLD for trunk/src/world_entities/weapons
- Timestamp:
- May 26, 2006, 1:21:32 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/crosshair.cc
r7221 r7868 17 17 18 18 #include "crosshair.h" 19 #include "event_handler.h"20 19 21 20 #include "util/loading/load_param.h" … … 65 64 this->material = new Material; 66 65 67 // EventHandler::getInstance()->subscribe(this,ES_GAME, EV_MOUSE_MOTION);66 //this->subscribeEvent(ES_GAME, EV_MOUSE_MOTION); 68 67 69 68 // center the mouse on the screen, and also hide the cursors
Note: See TracChangeset
for help on using the changeset viewer.