From: <eg...@us...> - 2007-08-16 21:43:58
|
Revision: 663 http://opengate.svn.sourceforge.net/opengate/?rev=663&view=rev Author: egore Date: 2007-08-16 14:44:01 -0700 (Thu, 16 Aug 2007) Log Message: ----------- OIS 1.0 Modified Paths: -------------- branches/ogsector/src/InputManager.cpp Modified: branches/ogsector/src/InputManager.cpp =================================================================== --- branches/ogsector/src/InputManager.cpp 2007-08-16 21:15:05 UTC (rev 662) +++ branches/ogsector/src/InputManager.cpp 2007-08-16 21:44:01 UTC (rev 663) @@ -84,7 +84,7 @@ keyboard_->setEventCallback( this ); #ifndef WIN32 - if ( inputSystem_->numJoysticks() > 0 ) { + if ( inputSystem_->numJoySticks() > 0 ) { // mJoysticks.resize( inputSystem_->numJoysticks() ); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |