Revision: 1464
http://rigsofrods.svn.sourceforge.net/rigsofrods/?rev=1464&view=rev
Author: rorthomas
Date: 2010-07-19 18:17:14 +0000 (Mon, 19 Jul 2010)
Log Message:
-----------
fixed multiplayer mode, inputengine skipped stream creation of the character
Modified Paths:
--------------
trunk/source/main/InputEngine.cpp
Modified: trunk/source/main/InputEngine.cpp
===================================================================
--- trunk/source/main/InputEngine.cpp 2010-07-19 15:52:07 UTC (rev 1463)
+++ trunk/source/main/InputEngine.cpp 2010-07-19 18:17:14 UTC (rev 1464)
@@ -1515,7 +1515,7 @@
return (myInstance != 0);
}
// Constructor takes a RenderWindow because it uses that to determine input
context
-InputEngine::InputEngine() : mInputManager(0), mMouse(0), mKeyboard(0),
mForceFeedback(0), captureMode(false), mappingLoaded(false),free_joysticks(0)
+InputEngine::InputEngine() : mInputManager(0), mMouse(0), mKeyboard(0),
mForceFeedback(0), captureMode(false), mappingLoaded(false), free_joysticks(0),
inputsChanged(true)
{
for(int i=0;i<MAX_JOYSTICKS;i++) mJoy[i]=0;
#ifndef NOOGRE
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Rigsofrods-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rigsofrods-devel