|
From: <sik...@us...> - 2006-05-19 03:24:14
|
Revision: 39 Author: sik0fewl Date: 2006-05-18 20:24:07 -0700 (Thu, 18 May 2006) ViewCVS: http://svn.sourceforge.net/perceptioncrash/?rev=39&view=rev Log Message: ----------- Missed a couple lines in last commit Modified Paths: -------------- trunk/perceptioncrash/src/PlayState.cpp trunk/perceptioncrash/src/PlayState.hpp Modified: trunk/perceptioncrash/src/PlayState.cpp =================================================================== --- trunk/perceptioncrash/src/PlayState.cpp 2006-05-19 02:54:56 UTC (rev 38) +++ trunk/perceptioncrash/src/PlayState.cpp 2006-05-19 03:24:07 UTC (rev 39) @@ -11,7 +11,6 @@ void PlayState::enter() { - mInputDevice = InputManager::getSingletonPtr()->getInputDevice(); mRoot = Ogre::Root::getSingletonPtr(); mSceneMgr = mRoot->createSceneManager("BspSceneManager"); Modified: trunk/perceptioncrash/src/PlayState.hpp =================================================================== --- trunk/perceptioncrash/src/PlayState.hpp 2006-05-19 02:54:56 UTC (rev 38) +++ trunk/perceptioncrash/src/PlayState.hpp 2006-05-19 03:24:07 UTC (rev 39) @@ -34,7 +34,6 @@ Ogre::Root *mRoot; Ogre::SceneManager* mSceneMgr; Ogre::Viewport* mViewport; - Ogre::InputReader* mInputDevice; Ogre::Camera* mCamera; private: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |