Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 3, 2007, 11:06:43 PM (18 years ago)
Author:
rgrieder
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/main_reto_vs05/include/run_manager.h

    r157 r159  
    5252{
    5353public:
    54         RunManager(OgreControl*, bool = false, bool = false, bool = false);
     54        RunManager(OgreControl*);
    5555
    5656        virtual ~RunManager();
     
    112112        OIS::JoyStick* joystick_;
    113113
     114  const Real mouseSensitivity_;
     115
    114116  // Bullet array
    115117        Bullet **bullets_;
Note: See TracChangeset for help on using the changeset viewer.