From: <sv...@ww...> - 2004-05-29 15:26:58
|
Author: wolverine Date: 2004-05-29 08:26:52 -0700 (Sat, 29 May 2004) New Revision: 969 Modified: trunk/CSP/CSPSim/Include/Networking.h Log: Fixed a typo Modified: trunk/CSP/CSPSim/Include/Networking.h =================================================================== --- trunk/CSP/CSPSim/Include/Networking.h 2004-05-29 14:11:27 UTC (rev 968) +++ trunk/CSP/CSPSim/Include/Networking.h 2004-05-29 15:26:52 UTC (rev 969) @@ -152,7 +152,7 @@ unsigned int id; simdata::SimTime timeStamp; _Vector3Struct globalPosition; - Vector3Struct linearVelocity; + _Vector3Struct linearVelocity; _Vector3Struct angularVelocity; _QuatStruct attitude; |