From: <yx...@us...> - 2012-02-24 23:40:55
|
Revision: 298 http://simspark.svn.sourceforge.net/simspark/?rev=298&view=rev Author: yxu Date: 2012-02-24 23:40:49 +0000 (Fri, 24 Feb 2012) Log Message: ----------- init variable (important for release version!) Modified Paths: -------------- trunk/spark/lib/kerosin/inputserver/input.cpp Modified: trunk/spark/lib/kerosin/inputserver/input.cpp =================================================================== --- trunk/spark/lib/kerosin/inputserver/input.cpp 2012-02-24 13:25:48 UTC (rev 297) +++ trunk/spark/lib/kerosin/inputserver/input.cpp 2012-02-24 23:40:49 UTC (rev 298) @@ -24,7 +24,7 @@ using namespace kerosin; Input::Input(EType t, TInputCode c, int i) - : mType(t),mCode(c),mId(i) + : mType(t),mCode(c),mId(i),mModState(0) { } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |