diff --git a/src/obj/AvoidNode.cpp b/src/obj/AvoidNode.cpp index 863f91e819e691695ba9b103284e3e8bbe399744..d6c6892720035fb7704bdd82b249ed9a490150e3 100644 --- a/src/obj/AvoidNode.cpp +++ b/src/obj/AvoidNode.cpp @@ -62,7 +62,6 @@ std::string AvoidNode::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiNode::asString(); return out.str(); diff --git a/src/obj/BSAnimNotes.cpp b/src/obj/BSAnimNotes.cpp index cf0697df9e4d3b228ee243b6c50c40a5ef0ef92f..18b9018fe331a15b1d63d547ea2bd7044262924b 100644 --- a/src/obj/BSAnimNotes.cpp +++ b/src/obj/BSAnimNotes.cpp @@ -72,7 +72,6 @@ std::string BSAnimNotes::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiObject::asString(); out << " Unknown Short 1: " << unknownShort1 << endl; return out.str(); diff --git a/src/obj/BSBlastNode.cpp b/src/obj/BSBlastNode.cpp index 173133e4f0df6528f505bb392b1c9a2cc1c67db0..0ebb00edeed3017dc775aea7a50e454f7d8c1cfb 100644 --- a/src/obj/BSBlastNode.cpp +++ b/src/obj/BSBlastNode.cpp @@ -74,7 +74,6 @@ std::string BSBlastNode::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiNode::asString(); out << " Unknown Byte 1: " << unknownByte1 << endl; out << " Unknown Short 2: " << unknownShort2 << endl; diff --git a/src/obj/BSBound.cpp b/src/obj/BSBound.cpp index cd40d90aa8a6faeda5cb70c540efc34933eb4857..4d3b693974e8f11f2ddc888eb200a7d137c17a4d 100644 --- a/src/obj/BSBound.cpp +++ b/src/obj/BSBound.cpp @@ -66,7 +66,6 @@ std::string BSBound::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiExtraData::asString(); out << " Center: " << center << endl; out << " Dimensions: " << dimensions << endl; diff --git a/src/obj/BSDamageStage.cpp b/src/obj/BSDamageStage.cpp index 95b1e9e9b6e4b44487e5067607f1f85a18f70716..4aac84e835eac8bbd543a58f35e85d2678c6a9d0 100644 --- a/src/obj/BSDamageStage.cpp +++ b/src/obj/BSDamageStage.cpp @@ -74,7 +74,6 @@ std::string BSDamageStage::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiNode::asString(); out << " Unknown Byte 1: " << unknownByte1 << endl; out << " Unknown Short 2: " << unknownShort2 << endl; diff --git a/src/obj/BSDebrisNode.cpp b/src/obj/BSDebrisNode.cpp index 1c493fce5bd39c648562aca4fdd0b3bfe0d0d22b..099c1fb15e3ee1b685fe39f823bf8df06b576b3f 100644 --- a/src/obj/BSDebrisNode.cpp +++ b/src/obj/BSDebrisNode.cpp @@ -74,7 +74,6 @@ std::string BSDebrisNode::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiNode::asString(); out << " Unknown byte 1: " << unknownByte1 << endl; out << " Unknown Short 1: " << unknownShort1 << endl; diff --git a/src/obj/BSDistantTreeShaderProperty.cpp b/src/obj/BSDistantTreeShaderProperty.cpp index e4c1d5c2d30c962c0a2dbdf51f70d0d946955a97..e3a48237d684bd4f113dc2ab62f859a1c64d8f31 100644 --- a/src/obj/BSDistantTreeShaderProperty.cpp +++ b/src/obj/BSDistantTreeShaderProperty.cpp @@ -70,7 +70,6 @@ std::string BSDistantTreeShaderProperty::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << BSShaderProperty::asString(); return out.str(); diff --git a/src/obj/BSFadeNode.cpp b/src/obj/BSFadeNode.cpp index b4bc8cd3eef6f55ac05721c3e19c2a0dd8032fa0..d0b232ddb56eb2bfcb5b86ecb6ef424ec5e35ba4 100644 --- a/src/obj/BSFadeNode.cpp +++ b/src/obj/BSFadeNode.cpp @@ -70,7 +70,6 @@ std::string BSFadeNode::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiNode::asString(); return out.str(); diff --git a/src/obj/BSFrustumFOVController.cpp b/src/obj/BSFrustumFOVController.cpp index 5ae6136e8022870a66e37a5a211d905dfd9b6bd0..2f63358a3421788499aec28347bf02739bdfc86a 100644 --- a/src/obj/BSFrustumFOVController.cpp +++ b/src/obj/BSFrustumFOVController.cpp @@ -83,7 +83,6 @@ std::string BSFrustumFOVController::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiTimeController::asString(); out << " Interpolator: " << interpolator << endl; return out.str(); diff --git a/src/obj/BSKeyframeController.cpp b/src/obj/BSKeyframeController.cpp index 6b64582bcc32f323459a9efe54fea27a6ce44853..68a50c6ee4ce67095cfed96fa932fe3160f5ba2f 100644 --- a/src/obj/BSKeyframeController.cpp +++ b/src/obj/BSKeyframeController.cpp @@ -75,7 +75,6 @@ std::string BSKeyframeController::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiKeyframeController::asString(); out << " Data 2: " << data2 << endl; return out.str(); diff --git a/src/obj/BSMaterialEmittanceMultController.cpp b/src/obj/BSMaterialEmittanceMultController.cpp index 5c733eb21a9f21d777aaee365511450b82f43ec4..bf2155547b2e855c15a5a7b51ef0c1db5a1c9fb0 100644 --- a/src/obj/BSMaterialEmittanceMultController.cpp +++ b/src/obj/BSMaterialEmittanceMultController.cpp @@ -70,7 +70,6 @@ std::string BSMaterialEmittanceMultController::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiFloatInterpController::asString(); return out.str(); diff --git a/src/obj/BSMultiBound.cpp b/src/obj/BSMultiBound.cpp index 9a506cae77f306e2cedad58e2a96dc0cafa38dd6..ca9bebf0791aa221080760e2d4cc47ba1b56e2cd 100644 --- a/src/obj/BSMultiBound.cpp +++ b/src/obj/BSMultiBound.cpp @@ -83,7 +83,6 @@ std::string BSMultiBound::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiObject::asString(); out << " Data: " << data << endl; return out.str(); diff --git a/src/obj/BSMultiBoundData.cpp b/src/obj/BSMultiBoundData.cpp index 0b1d0dc3842ba2361125d1c5e56d05ecd0740b09..f8d3ba68dbc86af0ea4ca07ab63b40b291705357 100644 --- a/src/obj/BSMultiBoundData.cpp +++ b/src/obj/BSMultiBoundData.cpp @@ -70,7 +70,6 @@ std::string BSMultiBoundData::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiObject::asString(); return out.str(); diff --git a/src/obj/BSMultiBoundNode.cpp b/src/obj/BSMultiBoundNode.cpp index 3355b667f16eb2a81f2c4acedac71d9090690615..ba429c17eaa643ab067985ba19233918d9aa353c 100644 --- a/src/obj/BSMultiBoundNode.cpp +++ b/src/obj/BSMultiBoundNode.cpp @@ -83,7 +83,6 @@ std::string BSMultiBoundNode::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiNode::asString(); out << " Multi Bound: " << multiBound << endl; return out.str(); diff --git a/src/obj/BSMultiBoundSphere.cpp b/src/obj/BSMultiBoundSphere.cpp index 1672c5f8bdbe33e04defbffddfc2ed802da0a6e0..63816fb888ceca5941472c70557a021247659eb8 100644 --- a/src/obj/BSMultiBoundSphere.cpp +++ b/src/obj/BSMultiBoundSphere.cpp @@ -78,7 +78,6 @@ std::string BSMultiBoundSphere::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << BSMultiBoundData::asString(); out << " Unknown Int 1: " << unknownInt1 << endl; out << " Unknown Int 2: " << unknownInt2 << endl; diff --git a/src/obj/BSOrderedNode.cpp b/src/obj/BSOrderedNode.cpp index cc7ff015584fe27cb96db7ead28338522d3b64ed..4abc133be4e96685139dc46943f5cb6999fd48af 100644 --- a/src/obj/BSOrderedNode.cpp +++ b/src/obj/BSOrderedNode.cpp @@ -74,7 +74,6 @@ std::string BSOrderedNode::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiNode::asString(); out << " Alpha Sort Bound: " << alphaSortBound << endl; out << " Is Static Bound: " << isStaticBound << endl; diff --git a/src/obj/BSPSysArrayEmitter.cpp b/src/obj/BSPSysArrayEmitter.cpp index a25b2f6d418c9dd5b5f3f14d4a5813ccf33ba955..29dd4b4b5bc6ab4ceef061443b79302d41239775 100644 --- a/src/obj/BSPSysArrayEmitter.cpp +++ b/src/obj/BSPSysArrayEmitter.cpp @@ -62,7 +62,6 @@ std::string BSPSysArrayEmitter::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysVolumeEmitter::asString(); return out.str(); diff --git a/src/obj/BSPSysMultiTargetEmitterCtlr.cpp b/src/obj/BSPSysMultiTargetEmitterCtlr.cpp index c1f0b00e54a683e8714b0bdcef5303874cbebd5c..c59f6f2510da47f47cef47eae78947bbb1bee467 100644 --- a/src/obj/BSPSysMultiTargetEmitterCtlr.cpp +++ b/src/obj/BSPSysMultiTargetEmitterCtlr.cpp @@ -107,7 +107,6 @@ std::string BSPSysMultiTargetEmitterCtlr::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysModifierCtlr::asString(); out << " Data: " << data << endl; out << " Visibility Interpolator: " << visibilityInterpolator << endl; diff --git a/src/obj/BSPSysStripUpdateModifier.cpp b/src/obj/BSPSysStripUpdateModifier.cpp index cddbd480574f30e826b7ab85564bd8b9a67ac428..41bc17d92d0af288003bc4baab2522d93c6dfa54 100644 --- a/src/obj/BSPSysStripUpdateModifier.cpp +++ b/src/obj/BSPSysStripUpdateModifier.cpp @@ -72,7 +72,6 @@ std::string BSPSysStripUpdateModifier::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysModifier::asString(); out << " Update Delta Time: " << updateDeltaTime << endl; return out.str(); diff --git a/src/obj/BSParentVelocityModifier.cpp b/src/obj/BSParentVelocityModifier.cpp index 2985bf7f35ae5e39a0d29af6c08f4051b74d84c1..0e45b38b6f94d3d25ebb9fe2603b86c609fc6d6c 100644 --- a/src/obj/BSParentVelocityModifier.cpp +++ b/src/obj/BSParentVelocityModifier.cpp @@ -64,7 +64,6 @@ std::string BSParentVelocityModifier::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysModifier::asString(); out << " Damping: " << damping << endl; return out.str(); diff --git a/src/obj/BSRefractionFirePeriodController.cpp b/src/obj/BSRefractionFirePeriodController.cpp index 4320044ec96e7bfd7c979491047183ba774e2eb4..69db597c2bf26e18cef129e3e0f93e34eaf251a1 100644 --- a/src/obj/BSRefractionFirePeriodController.cpp +++ b/src/obj/BSRefractionFirePeriodController.cpp @@ -70,7 +70,6 @@ std::string BSRefractionFirePeriodController::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiTimeController::asString(); return out.str(); diff --git a/src/obj/BSRefractionStrengthController.cpp b/src/obj/BSRefractionStrengthController.cpp index 3c4d5d40cce28729c59aae48074c78187596b311..b876d92219512f588a842d14a58dd47db6e15e75 100644 --- a/src/obj/BSRefractionStrengthController.cpp +++ b/src/obj/BSRefractionStrengthController.cpp @@ -70,7 +70,6 @@ std::string BSRefractionStrengthController::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiFloatInterpController::asString(); return out.str(); diff --git a/src/obj/BSShaderLightingProperty.cpp b/src/obj/BSShaderLightingProperty.cpp index c475755ad1bfc72d1b87bb7afc8a4d54312ec1fe..95b1067748946175c02211a27bb1425dadea7bf2 100644 --- a/src/obj/BSShaderLightingProperty.cpp +++ b/src/obj/BSShaderLightingProperty.cpp @@ -72,7 +72,6 @@ std::string BSShaderLightingProperty::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << BSShaderProperty::asString(); out << " Unknown Int 3: " << unknownInt3 << endl; return out.str(); diff --git a/src/obj/BSShaderNoLightingProperty.cpp b/src/obj/BSShaderNoLightingProperty.cpp index b5a2cea1fd67bb60dd760959fded3549cb105d12..8b4a88d805b0010dadf537d5241407987afbda77 100644 --- a/src/obj/BSShaderNoLightingProperty.cpp +++ b/src/obj/BSShaderNoLightingProperty.cpp @@ -84,7 +84,6 @@ std::string BSShaderNoLightingProperty::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << BSShaderLightingProperty::asString(); out << " File Name: " << fileName << endl; out << " Unknown Float 2: " << unknownFloat2 << endl; diff --git a/src/obj/BSShaderPPLightingProperty.cpp b/src/obj/BSShaderPPLightingProperty.cpp index c768f6fb722614d18a2eb745111ec74637e8e92a..aec4525df60dd5f17405ea8662aef6913e8168a8 100644 --- a/src/obj/BSShaderPPLightingProperty.cpp +++ b/src/obj/BSShaderPPLightingProperty.cpp @@ -99,7 +99,6 @@ std::string BSShaderPPLightingProperty::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << BSShaderLightingProperty::asString(); out << " Texture Set: " << textureSet << endl; out << " Unknown Float 2: " << unknownFloat2 << endl; diff --git a/src/obj/BSShaderProperty.cpp b/src/obj/BSShaderProperty.cpp index 146ee0f8a1eb9fee6ae139111323f8689e9f8267..4bd68e1e750fb63683ca38c52f4bf26b4a36a818 100644 --- a/src/obj/BSShaderProperty.cpp +++ b/src/obj/BSShaderProperty.cpp @@ -80,7 +80,6 @@ std::string BSShaderProperty::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiProperty::asString(); out << " Flags: " << flags << endl; out << " Shader Type: " << shaderType << endl; diff --git a/src/obj/BSStripPSysData.cpp b/src/obj/BSStripPSysData.cpp index 21605dab16edab81d320ded0b864506fe4b24f03..a6b28e83de647c62646b5937087f27f1c1b45b30 100644 --- a/src/obj/BSStripPSysData.cpp +++ b/src/obj/BSStripPSysData.cpp @@ -78,7 +78,6 @@ std::string BSStripPSysData::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysData::asString(); out << " Unknown Short 1: " << unknownShort1 << endl; out << " Unknown byte 1: " << unknownByte1 << endl; diff --git a/src/obj/BSStripParticleSystem.cpp b/src/obj/BSStripParticleSystem.cpp index bd3c2fa938b29e219f649da37abebf55a93b1933..dad477d50448d28b697841315c9c88290dc847dc 100644 --- a/src/obj/BSStripParticleSystem.cpp +++ b/src/obj/BSStripParticleSystem.cpp @@ -70,7 +70,6 @@ std::string BSStripParticleSystem::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiParticleSystem::asString(); return out.str(); diff --git a/src/obj/BSValueNode.cpp b/src/obj/BSValueNode.cpp index 3433524e680962d310ebee208e908c9710751a7f..8e28044c144f9af91cb2bcd800c3ac920990723d 100644 --- a/src/obj/BSValueNode.cpp +++ b/src/obj/BSValueNode.cpp @@ -74,7 +74,6 @@ std::string BSValueNode::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiNode::asString(); out << " Value: " << value << endl; out << " Unknown byte: " << unknownByte << endl; diff --git a/src/obj/BSWindModifier.cpp b/src/obj/BSWindModifier.cpp index e77af04b6bb0722ff537be6e5bfca01a4db85cda..92d6f970228cb02a3a7fb3424eac2cdd1421bea5 100644 --- a/src/obj/BSWindModifier.cpp +++ b/src/obj/BSWindModifier.cpp @@ -64,7 +64,6 @@ std::string BSWindModifier::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysModifier::asString(); out << " Strength: " << strength << endl; return out.str(); diff --git a/src/obj/BSXFlags.cpp b/src/obj/BSXFlags.cpp index 9abc16d20639b7f328279bba0de63dca76c5fc6f..d387a57d232cf317829cf55bb032d8fd0489bca2 100644 --- a/src/obj/BSXFlags.cpp +++ b/src/obj/BSXFlags.cpp @@ -62,7 +62,6 @@ std::string BSXFlags::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiIntegerExtraData::asString(); return out.str(); diff --git a/src/obj/DistantLODShaderProperty.cpp b/src/obj/DistantLODShaderProperty.cpp index ab08fa599d2c4b512f8f8eecb7852c65b404e20d..f3215de77955a65c6e92bf9ce7e7ae814678c027 100644 --- a/src/obj/DistantLODShaderProperty.cpp +++ b/src/obj/DistantLODShaderProperty.cpp @@ -70,7 +70,6 @@ std::string DistantLODShaderProperty::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << BSShaderProperty::asString(); return out.str(); diff --git a/src/obj/FxButton.cpp b/src/obj/FxButton.cpp index cc2047b59ca9914fb3386c56a5131d5198f2d82a..0eb558032d41c31e4a7ce7ad628f82e016b0f900 100644 --- a/src/obj/FxButton.cpp +++ b/src/obj/FxButton.cpp @@ -62,7 +62,6 @@ std::string FxButton::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << FxWidget::asString(); return out.str(); diff --git a/src/obj/HairShaderProperty.cpp b/src/obj/HairShaderProperty.cpp index 0e3ccd7e27c3c979a6401c42c5f8c809b52d7069..51245f8db9535e59cef19c9b0c31caf45b0163f4 100644 --- a/src/obj/HairShaderProperty.cpp +++ b/src/obj/HairShaderProperty.cpp @@ -70,7 +70,6 @@ std::string HairShaderProperty::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << BSShaderProperty::asString(); return out.str(); diff --git a/src/obj/Lighting30ShaderProperty.cpp b/src/obj/Lighting30ShaderProperty.cpp index df47be164a5a59e6f8cb15b1483900408b1fed36..e5a4016f87388284865c33ece2080ddeb4238f8f 100644 --- a/src/obj/Lighting30ShaderProperty.cpp +++ b/src/obj/Lighting30ShaderProperty.cpp @@ -70,7 +70,6 @@ std::string Lighting30ShaderProperty::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << BSShaderPPLightingProperty::asString(); return out.str(); diff --git a/src/obj/NiAVObjectPalette.cpp b/src/obj/NiAVObjectPalette.cpp index dff66023cbb06da4a9377ab981ea45b7e948234e..1e5761ec5d8aa8ff5ed6b6d6c7fd8b23c6ea37dc 100644 --- a/src/obj/NiAVObjectPalette.cpp +++ b/src/obj/NiAVObjectPalette.cpp @@ -62,7 +62,6 @@ std::string NiAVObjectPalette::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiObject::asString(); return out.str(); diff --git a/src/obj/NiAlphaController.cpp b/src/obj/NiAlphaController.cpp index e2b0ea26dae1ce3ac40ff6deb64c4c83ca65f3f9..ffa7b7f3b2dda5396ccaf31b6a99bf6865c96aba 100644 --- a/src/obj/NiAlphaController.cpp +++ b/src/obj/NiAlphaController.cpp @@ -80,7 +80,6 @@ std::string NiAlphaController::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiFloatInterpController::asString(); out << " Data: " << data << endl; return out.str(); diff --git a/src/obj/NiAlphaProperty.cpp b/src/obj/NiAlphaProperty.cpp index fbcc8fd105daafaa6dcdfac8b1dd07e9d89f8e46..4c5b5b843661aac0c07016d3c99e476bca877ccb 100644 --- a/src/obj/NiAlphaProperty.cpp +++ b/src/obj/NiAlphaProperty.cpp @@ -66,7 +66,6 @@ std::string NiAlphaProperty::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiProperty::asString(); out << " Flags: " << flags << endl; out << " Threshold: " << threshold << endl; diff --git a/src/obj/NiAmbientLight.cpp b/src/obj/NiAmbientLight.cpp index 629dacf9044dbd9b7b04dfc85ae76cff71d8ad79..a1fdc37e1b5b96777604536a7f5ccc4cff8eb5c0 100644 --- a/src/obj/NiAmbientLight.cpp +++ b/src/obj/NiAmbientLight.cpp @@ -62,7 +62,6 @@ std::string NiAmbientLight::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiLight::asString(); return out.str(); diff --git a/src/obj/NiArkShaderExtraData.cpp b/src/obj/NiArkShaderExtraData.cpp index 7912e6435a9f63488630a950b91f67aff213f9c1..12d65c07302b8e47ca38fabd72f3c390445793c6 100644 --- a/src/obj/NiArkShaderExtraData.cpp +++ b/src/obj/NiArkShaderExtraData.cpp @@ -74,7 +74,6 @@ std::string NiArkShaderExtraData::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiExtraData::asString(); out << " Unknown Int: " << unknownInt << endl; out << " Unknown String: " << unknownString << endl; diff --git a/src/obj/NiAutoNormalParticles.cpp b/src/obj/NiAutoNormalParticles.cpp index f780d9deef30ef8cfe00284399056bafd3b77e96..602d41004c19cf2ed8bd6b8fc5b3d972353ba3e6 100644 --- a/src/obj/NiAutoNormalParticles.cpp +++ b/src/obj/NiAutoNormalParticles.cpp @@ -62,7 +62,6 @@ std::string NiAutoNormalParticles::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiParticles::asString(); return out.str(); diff --git a/src/obj/NiAutoNormalParticlesData.cpp b/src/obj/NiAutoNormalParticlesData.cpp index 0535d84999644585eeafca5643324ca67b48b1e8..7897920a6ee3ac3bb01b914b9fd2742a7e6936c3 100644 --- a/src/obj/NiAutoNormalParticlesData.cpp +++ b/src/obj/NiAutoNormalParticlesData.cpp @@ -62,7 +62,6 @@ std::string NiAutoNormalParticlesData::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiParticlesData::asString(); return out.str(); diff --git a/src/obj/NiBSAnimationNode.cpp b/src/obj/NiBSAnimationNode.cpp index 1ea898e077fbf86f7fd950318943043aa2a126f0..5090550e71f79a743d286b740e9f5b032292f3d5 100644 --- a/src/obj/NiBSAnimationNode.cpp +++ b/src/obj/NiBSAnimationNode.cpp @@ -62,7 +62,6 @@ std::string NiBSAnimationNode::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiNode::asString(); return out.str(); diff --git a/src/obj/NiBSBoneLODController.cpp b/src/obj/NiBSBoneLODController.cpp index af9e84ddd1a0a0aee51d02e161794da04b04e851..49d9c6d5689014c89b5d9269329eac7603f8cf5b 100644 --- a/src/obj/NiBSBoneLODController.cpp +++ b/src/obj/NiBSBoneLODController.cpp @@ -62,7 +62,6 @@ std::string NiBSBoneLODController::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiBoneLODController::asString(); return out.str(); diff --git a/src/obj/NiBSPArrayController.cpp b/src/obj/NiBSPArrayController.cpp index cdcfa29ed76035bf82bdf6bcc2a4518754876fdf..fe872375060f846a120e7cb36399dad9f6fca8c6 100644 --- a/src/obj/NiBSPArrayController.cpp +++ b/src/obj/NiBSPArrayController.cpp @@ -62,7 +62,6 @@ std::string NiBSPArrayController::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiParticleSystemController::asString(); return out.str(); diff --git a/src/obj/NiBSParticleNode.cpp b/src/obj/NiBSParticleNode.cpp index 22d3654a97c6f73df1e1dbe7f58af7c8ac302eff..6c1fd914a2e005b4dc8d1bf07cf7771a475c4aa8 100644 --- a/src/obj/NiBSParticleNode.cpp +++ b/src/obj/NiBSParticleNode.cpp @@ -62,7 +62,6 @@ std::string NiBSParticleNode::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiNode::asString(); return out.str(); diff --git a/src/obj/NiBSplineBasisData.cpp b/src/obj/NiBSplineBasisData.cpp index 231e9fa1f59f582169a6e1898aefa08f9e6c71a8..bdb030fcac323538aa5ea8343d94050ae5866172 100644 --- a/src/obj/NiBSplineBasisData.cpp +++ b/src/obj/NiBSplineBasisData.cpp @@ -64,7 +64,6 @@ std::string NiBSplineBasisData::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiObject::asString(); out << " Num Control Points: " << numControlPoints << endl; return out.str(); diff --git a/src/obj/NiBSplineCompFloatInterpolator.cpp b/src/obj/NiBSplineCompFloatInterpolator.cpp index c9a0a56163a80fc143d078e28bb851bf9a5de021..48996d23d68af6350b9b67169219aceada9afc77 100644 --- a/src/obj/NiBSplineCompFloatInterpolator.cpp +++ b/src/obj/NiBSplineCompFloatInterpolator.cpp @@ -73,7 +73,6 @@ std::string NiBSplineCompFloatInterpolator::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiBSplineFloatInterpolator::asString(); out << " Base: " << base << endl; out << " Offset: " << offset << endl; diff --git a/src/obj/NiBSplineCompPoint3Interpolator.cpp b/src/obj/NiBSplineCompPoint3Interpolator.cpp index 6bdd2ea6f0e4d846a42326f53d5e9bcfd9150fdf..af53a689b250ca8e4309252d5e90a1e473b13a89 100644 --- a/src/obj/NiBSplineCompPoint3Interpolator.cpp +++ b/src/obj/NiBSplineCompPoint3Interpolator.cpp @@ -62,7 +62,6 @@ std::string NiBSplineCompPoint3Interpolator::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiBSplinePoint3Interpolator::asString(); return out.str(); diff --git a/src/obj/NiBSplineCompTransformInterpolator.cpp b/src/obj/NiBSplineCompTransformInterpolator.cpp index 9dcc2edc2a993235510192317b1939b7a433f4db..7c2cef86bc8d2d928f63b81ca54abc047e0dfb56 100644 --- a/src/obj/NiBSplineCompTransformInterpolator.cpp +++ b/src/obj/NiBSplineCompTransformInterpolator.cpp @@ -81,7 +81,6 @@ std::string NiBSplineCompTransformInterpolator::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiBSplineTransformInterpolator::asString(); out << " Translation Bias: " << translationBias << endl; out << " Translation Multiplier: " << translationMultiplier << endl; diff --git a/src/obj/NiBSplineFloatInterpolator.cpp b/src/obj/NiBSplineFloatInterpolator.cpp index 0d9d0c1d6a004bf7b4bc58cca5ee7ed22e0562e8..c70814979c77f32dd0ca78d6d4b2fe860dccc9b6 100644 --- a/src/obj/NiBSplineFloatInterpolator.cpp +++ b/src/obj/NiBSplineFloatInterpolator.cpp @@ -62,7 +62,6 @@ std::string NiBSplineFloatInterpolator::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiBSplineInterpolator::asString(); return out.str(); diff --git a/src/obj/NiBSplineInterpolator.cpp b/src/obj/NiBSplineInterpolator.cpp index e1664e6ab4185a86969c29d4f6f557f0fb811422..e316af769884f3491a6cd73ad28d7de16c0b6414 100644 --- a/src/obj/NiBSplineInterpolator.cpp +++ b/src/obj/NiBSplineInterpolator.cpp @@ -91,7 +91,6 @@ std::string NiBSplineInterpolator::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiInterpolator::asString(); out << " Start Time: " << startTime << endl; out << " Stop Time: " << stopTime << endl; diff --git a/src/obj/NiBSplineTransformInterpolator.cpp b/src/obj/NiBSplineTransformInterpolator.cpp index dbaad7f43194093ab97a4b798c24a0a80ad64b36..fa6fbdf928b63ba575cd316f23ffd184fd327fa2 100644 --- a/src/obj/NiBSplineTransformInterpolator.cpp +++ b/src/obj/NiBSplineTransformInterpolator.cpp @@ -80,7 +80,6 @@ std::string NiBSplineTransformInterpolator::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiBSplineInterpolator::asString(); out << " Translation: " << translation << endl; out << " Rotation: " << rotation << endl; diff --git a/src/obj/NiBillboardNode.cpp b/src/obj/NiBillboardNode.cpp index d7c48fa702e00d26d1fbf76bca16cec8d2c62af6..ebfd68eab02d9b1276a9deed29d16c5591ca3055 100644 --- a/src/obj/NiBillboardNode.cpp +++ b/src/obj/NiBillboardNode.cpp @@ -68,7 +68,6 @@ std::string NiBillboardNode::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiNode::asString(); out << " Billboard Mode: " << billboardMode << endl; return out.str(); diff --git a/src/obj/NiBinaryVoxelExtraData.cpp b/src/obj/NiBinaryVoxelExtraData.cpp index 635bae78af9a1e765a26d2a9403f8ddb7638b440..775af7b4a9589f73b3aaa38741a889d82e82bdd0 100644 --- a/src/obj/NiBinaryVoxelExtraData.cpp +++ b/src/obj/NiBinaryVoxelExtraData.cpp @@ -77,7 +77,6 @@ std::string NiBinaryVoxelExtraData::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiExtraData::asString(); out << " Unknown Int: " << unknownInt << endl; out << " Data: " << data << endl; diff --git a/src/obj/NiBlendBoolInterpolator.cpp b/src/obj/NiBlendBoolInterpolator.cpp index e698adb4db68a0e760396e86cf2906fc1f514b65..7b243e731a8e6b094a3f331b92d00d86837dd6bb 100644 --- a/src/obj/NiBlendBoolInterpolator.cpp +++ b/src/obj/NiBlendBoolInterpolator.cpp @@ -64,7 +64,6 @@ std::string NiBlendBoolInterpolator::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiBlendInterpolator::asString(); out << " Bool Value: " << boolValue << endl; return out.str(); diff --git a/src/obj/NiBlendFloatInterpolator.cpp b/src/obj/NiBlendFloatInterpolator.cpp index 14f176d31de55144754e9166e9255c64752335a1..9314f60f8b2e5f0f063a66a737f92a75e4dfe090 100644 --- a/src/obj/NiBlendFloatInterpolator.cpp +++ b/src/obj/NiBlendFloatInterpolator.cpp @@ -64,7 +64,6 @@ std::string NiBlendFloatInterpolator::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiBlendInterpolator::asString(); out << " Float Value: " << floatValue << endl; return out.str(); diff --git a/src/obj/NiBlendInterpolator.cpp b/src/obj/NiBlendInterpolator.cpp index b0950db9df3cc3747677dd4c05cef13b73f454be..f5b11ba2becc885c751d878768ee87f325599866 100644 --- a/src/obj/NiBlendInterpolator.cpp +++ b/src/obj/NiBlendInterpolator.cpp @@ -66,7 +66,6 @@ std::string NiBlendInterpolator::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiInterpolator::asString(); out << " Unknown Short: " << unknownShort << endl; out << " Unknown Int: " << unknownInt << endl; diff --git a/src/obj/NiBlendPoint3Interpolator.cpp b/src/obj/NiBlendPoint3Interpolator.cpp index 037526cb1070ce38ef978b822e45d74655a19c45..7c2f60b93b8692f92f8dbb9b314515ebbaf578da 100644 --- a/src/obj/NiBlendPoint3Interpolator.cpp +++ b/src/obj/NiBlendPoint3Interpolator.cpp @@ -64,7 +64,6 @@ std::string NiBlendPoint3Interpolator::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiBlendInterpolator::asString(); out << " Point Value: " << pointValue << endl; return out.str(); diff --git a/src/obj/NiBlendTransformInterpolator.cpp b/src/obj/NiBlendTransformInterpolator.cpp index 9e35535efea988eb6644647cfbf15dddfd946513..c8ceea1a29794b19a02061d3c3454c1098701edf 100644 --- a/src/obj/NiBlendTransformInterpolator.cpp +++ b/src/obj/NiBlendTransformInterpolator.cpp @@ -62,7 +62,6 @@ std::string NiBlendTransformInterpolator::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiBlendInterpolator::asString(); return out.str(); diff --git a/src/obj/NiBone.cpp b/src/obj/NiBone.cpp index d47a16f61e581b4a67dcd28ca94b8a0a21f6d06e..a776e34137591b7816f0d0cc665acad5f5c0e5a8 100644 --- a/src/obj/NiBone.cpp +++ b/src/obj/NiBone.cpp @@ -62,7 +62,6 @@ std::string NiBone::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiNode::asString(); return out.str(); diff --git a/src/obj/NiBoolInterpController.cpp b/src/obj/NiBoolInterpController.cpp index 4fe9260ca3f7fe04f686b612862058b2ba3a2db6..74583695e7ecee3e3ca71f9d6a828e044af93a0b 100644 --- a/src/obj/NiBoolInterpController.cpp +++ b/src/obj/NiBoolInterpController.cpp @@ -62,7 +62,6 @@ std::string NiBoolInterpController::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiSingleInterpController::asString(); return out.str(); diff --git a/src/obj/NiBoolInterpolator.cpp b/src/obj/NiBoolInterpolator.cpp index 99d484333b325273e384e3f534e83ad73c565e98..fe9eae53915c69d1aa5a1bbe44007150e0d9a616 100644 --- a/src/obj/NiBoolInterpolator.cpp +++ b/src/obj/NiBoolInterpolator.cpp @@ -77,7 +77,6 @@ std::string NiBoolInterpolator::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiKeyBasedInterpolator::asString(); out << " Bool Value: " << boolValue << endl; out << " Data: " << data << endl; diff --git a/src/obj/NiBoolTimelineInterpolator.cpp b/src/obj/NiBoolTimelineInterpolator.cpp index 3e5d7bc5a353e646b662dfa30648a835a26e0c50..51eda7a1f39408dcb0abf3a68f43118fb7bf8229 100644 --- a/src/obj/NiBoolTimelineInterpolator.cpp +++ b/src/obj/NiBoolTimelineInterpolator.cpp @@ -62,7 +62,6 @@ std::string NiBoolTimelineInterpolator::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiBoolInterpolator::asString(); return out.str(); diff --git a/src/obj/NiBooleanExtraData.cpp b/src/obj/NiBooleanExtraData.cpp index e31c672b05de707776c1f5951282811c295bf461..29abc48e231e73c04e8bf5f4610b92ac187d5f74 100644 --- a/src/obj/NiBooleanExtraData.cpp +++ b/src/obj/NiBooleanExtraData.cpp @@ -64,7 +64,6 @@ std::string NiBooleanExtraData::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiExtraData::asString(); out << " Boolean Data: " << booleanData << endl; return out.str(); diff --git a/src/obj/NiCamera.cpp b/src/obj/NiCamera.cpp index 71c5b83b79228e40a7b5c7b272a0c6319d9ef1cd..9266f129bebd6fb6f42bb5ea83ad296fa62a3688 100644 --- a/src/obj/NiCamera.cpp +++ b/src/obj/NiCamera.cpp @@ -123,7 +123,6 @@ std::string NiCamera::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiAVObject::asString(); out << " Unknown Short: " << unknownShort << endl; out << " Frustum Left: " << frustumLeft << endl; diff --git a/src/obj/NiClod.cpp b/src/obj/NiClod.cpp index ba9a3d15720407648c1019fb67b8feb175a6ed59..524a9c7dd8199879242d1e94a50f57f75d6f436d 100644 --- a/src/obj/NiClod.cpp +++ b/src/obj/NiClod.cpp @@ -62,7 +62,6 @@ std::string NiClod::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiTriBasedGeom::asString(); return out.str(); diff --git a/src/obj/NiClodSkinInstance.cpp b/src/obj/NiClodSkinInstance.cpp index 7bf83670f5b78131b473056c0b108ec385b697cf..55c45172a335da5043e074f07bad71e562e8fd1c 100644 --- a/src/obj/NiClodSkinInstance.cpp +++ b/src/obj/NiClodSkinInstance.cpp @@ -62,7 +62,6 @@ std::string NiClodSkinInstance::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiSkinInstance::asString(); return out.str(); diff --git a/src/obj/NiCollisionObject.cpp b/src/obj/NiCollisionObject.cpp index 1faa29b5e60a7cbdd6896f95518ab8fd0bd1883e..2079c7c98fbe903a09e7e49d824ad145920bbf08 100644 --- a/src/obj/NiCollisionObject.cpp +++ b/src/obj/NiCollisionObject.cpp @@ -75,7 +75,6 @@ std::string NiCollisionObject::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiObject::asString(); out << " Target: " << target << endl; return out.str(); diff --git a/src/obj/NiColorExtraData.cpp b/src/obj/NiColorExtraData.cpp index 37a9bde55c88500543a51250d4832ec2bb6e4d58..d84efd12e103b4695e7f4f3acf730dd3c39b9c50 100644 --- a/src/obj/NiColorExtraData.cpp +++ b/src/obj/NiColorExtraData.cpp @@ -64,7 +64,6 @@ std::string NiColorExtraData::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiExtraData::asString(); out << " Data: " << data << endl; return out.str(); diff --git a/src/obj/NiControllerSequence.cpp b/src/obj/NiControllerSequence.cpp index 4ad5d8f3ee348db9441b7748b13da6dfd29d4783..43312cf99e3f5de67dfbfbc9dfcd7c897a780e4d 100644 --- a/src/obj/NiControllerSequence.cpp +++ b/src/obj/NiControllerSequence.cpp @@ -171,7 +171,6 @@ std::string NiControllerSequence::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiSequence::asString(); out << " Weight: " << weight << endl; out << " Text Keys: " << textKeys << endl; diff --git a/src/obj/NiDirectionalLight.cpp b/src/obj/NiDirectionalLight.cpp index 7ba82352f5600e1abf8fe66bc4afead8170d1167..87e62b88b11ce5e0cb39bd76c3317f1d41791019 100644 --- a/src/obj/NiDirectionalLight.cpp +++ b/src/obj/NiDirectionalLight.cpp @@ -62,7 +62,6 @@ std::string NiDirectionalLight::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiLight::asString(); return out.str(); diff --git a/src/obj/NiDitherProperty.cpp b/src/obj/NiDitherProperty.cpp index 5dca14b1f9bbc729b2b00e0cf315e6b88070bf4c..989134ce47bab8705214aa1adad8a3266d39e0a5 100644 --- a/src/obj/NiDitherProperty.cpp +++ b/src/obj/NiDitherProperty.cpp @@ -64,7 +64,6 @@ std::string NiDitherProperty::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiProperty::asString(); out << " Flags: " << flags << endl; return out.str(); diff --git a/src/obj/NiEnvMappedTriShapeData.cpp b/src/obj/NiEnvMappedTriShapeData.cpp index 2bc069ad2517ddb1aeb4f810296f8974e6d09bbf..736d093f02d429a5f931ba27a248c2c9d3149b1a 100644 --- a/src/obj/NiEnvMappedTriShapeData.cpp +++ b/src/obj/NiEnvMappedTriShapeData.cpp @@ -70,7 +70,6 @@ std::string NiEnvMappedTriShapeData::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiTriShapeData::asString(); return out.str(); diff --git a/src/obj/NiExtraData.cpp b/src/obj/NiExtraData.cpp index ce782b4bbf8ee9936c61047d35e5b22e08e0f3fb..2f5e60680c2774edb692cb51099505ac4b893856 100644 --- a/src/obj/NiExtraData.cpp +++ b/src/obj/NiExtraData.cpp @@ -84,7 +84,6 @@ std::string NiExtraData::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiObject::asString(); out << " Name: " << name << endl; out << " Next Extra Data: " << nextExtraData << endl; diff --git a/src/obj/NiExtraDataController.cpp b/src/obj/NiExtraDataController.cpp index 21ed903b119440cf9f2e711182be7aac02db54bc..93034f873f119181e5afb9843294fe6b984c334d 100644 --- a/src/obj/NiExtraDataController.cpp +++ b/src/obj/NiExtraDataController.cpp @@ -62,7 +62,6 @@ std::string NiExtraDataController::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiSingleInterpController::asString(); return out.str(); diff --git a/src/obj/NiFloatExtraData.cpp b/src/obj/NiFloatExtraData.cpp index 67a327d269a4ea7c466ee22d22ce50d13a91cc06..be12517f4dccc02097576017679548a442d379f3 100644 --- a/src/obj/NiFloatExtraData.cpp +++ b/src/obj/NiFloatExtraData.cpp @@ -64,7 +64,6 @@ std::string NiFloatExtraData::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiExtraData::asString(); out << " Float Data: " << floatData << endl; return out.str(); diff --git a/src/obj/NiFloatInterpController.cpp b/src/obj/NiFloatInterpController.cpp index 5c01c81c972d443988554034417ec4417b075518..bbbb63c74ff6d868db40a28dfcd6a40edac19028 100644 --- a/src/obj/NiFloatInterpController.cpp +++ b/src/obj/NiFloatInterpController.cpp @@ -62,7 +62,6 @@ std::string NiFloatInterpController::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiSingleInterpController::asString(); return out.str(); diff --git a/src/obj/NiFloatInterpolator.cpp b/src/obj/NiFloatInterpolator.cpp index bfe9b97f45b6cd2553691590a61867f60058b1d6..5a387e0d9349fd73a123f2b3bd918474f3114d7e 100644 --- a/src/obj/NiFloatInterpolator.cpp +++ b/src/obj/NiFloatInterpolator.cpp @@ -77,7 +77,6 @@ std::string NiFloatInterpolator::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiKeyBasedInterpolator::asString(); out << " Float Value: " << floatValue << endl; out << " Data: " << data << endl; diff --git a/src/obj/NiFogProperty.cpp b/src/obj/NiFogProperty.cpp index 95b5ea06445fbf973032b56aa1c732f27cb0619c..44342c79f10006220d2915c054beb12f3a14b8c6 100644 --- a/src/obj/NiFogProperty.cpp +++ b/src/obj/NiFogProperty.cpp @@ -68,7 +68,6 @@ std::string NiFogProperty::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiProperty::asString(); out << " Flags: " << flags << endl; out << " Fog Depth: " << fogDepth << endl; diff --git a/src/obj/NiGravity.cpp b/src/obj/NiGravity.cpp index 5f3de5a20d52e1b405233845bbdd596f6f123987..6672275f17ae6ecc670df0924537fc2398e95d76 100644 --- a/src/obj/NiGravity.cpp +++ b/src/obj/NiGravity.cpp @@ -76,7 +76,6 @@ std::string NiGravity::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiParticleModifier::asString(); out << " Unknown Float 1: " << unknownFloat1 << endl; out << " Force: " << force << endl; diff --git a/src/obj/NiImage.cpp b/src/obj/NiImage.cpp index f46bea2ca9a03c0b895b7f38cc356a79ec9a87a5..789f1e3359620c09d248516d590ec6560e330508 100644 --- a/src/obj/NiImage.cpp +++ b/src/obj/NiImage.cpp @@ -95,7 +95,6 @@ std::string NiImage::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiObject::asString(); out << " External: " << external << endl; if ( (external != 0) ) { diff --git a/src/obj/NiIntegerExtraData.cpp b/src/obj/NiIntegerExtraData.cpp index 90c62554f5bd6b1d5c601cc7ff6ed211afa397e9..c4eb46f77c9eb910ab0258ba7f45f06b1d59acde 100644 --- a/src/obj/NiIntegerExtraData.cpp +++ b/src/obj/NiIntegerExtraData.cpp @@ -64,7 +64,6 @@ std::string NiIntegerExtraData::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiExtraData::asString(); out << " Integer Data: " << integerData << endl; return out.str(); diff --git a/src/obj/NiInterpController.cpp b/src/obj/NiInterpController.cpp index 58e68f9e2a17d3f55ebf633143acc94eb3b06046..9e3ecd83005ad03da3072c79e5e13b12257df725 100644 --- a/src/obj/NiInterpController.cpp +++ b/src/obj/NiInterpController.cpp @@ -62,7 +62,6 @@ std::string NiInterpController::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiTimeController::asString(); return out.str(); diff --git a/src/obj/NiInterpolator.cpp b/src/obj/NiInterpolator.cpp index ac83d44577304b0199e5856364f5fe24677af709..6ae193c169360574556ba43c64b3ebc47d11a5dc 100644 --- a/src/obj/NiInterpolator.cpp +++ b/src/obj/NiInterpolator.cpp @@ -62,7 +62,6 @@ std::string NiInterpolator::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiObject::asString(); return out.str(); diff --git a/src/obj/NiKeyBasedInterpolator.cpp b/src/obj/NiKeyBasedInterpolator.cpp index b43ed42579e9cc1947ee1b6fe15af3f49e79c922..7db8b02b78d31b13c07adc04e7dd30aa953ddf7c 100644 --- a/src/obj/NiKeyBasedInterpolator.cpp +++ b/src/obj/NiKeyBasedInterpolator.cpp @@ -62,7 +62,6 @@ std::string NiKeyBasedInterpolator::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiInterpolator::asString(); return out.str(); diff --git a/src/obj/NiKeyframeController.cpp b/src/obj/NiKeyframeController.cpp index 6ad646290fc034e0bfe5830190d15019d85cf7c3..4ed0bfeb710190584e9fbe361637c0b211599a33 100644 --- a/src/obj/NiKeyframeController.cpp +++ b/src/obj/NiKeyframeController.cpp @@ -79,7 +79,6 @@ std::string NiKeyframeController::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiSingleInterpController::asString(); out << " Data: " << data << endl; return out.str(); diff --git a/src/obj/NiLODData.cpp b/src/obj/NiLODData.cpp index 8629238fde0af12476e9a5585052c6280f3d0e57..ab2a8e4f2bf14ea4ff6c61adc0b0a2d074c2a096 100644 --- a/src/obj/NiLODData.cpp +++ b/src/obj/NiLODData.cpp @@ -62,7 +62,6 @@ std::string NiLODData::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiObject::asString(); return out.str(); diff --git a/src/obj/NiLight.cpp b/src/obj/NiLight.cpp index 9addbaaa4fc905fd06daca1b90d64779ccb7d8b6..2a5ef84c66f1f1ddc1aed09f2eb5d6cd3a2bf5fd 100644 --- a/src/obj/NiLight.cpp +++ b/src/obj/NiLight.cpp @@ -70,7 +70,6 @@ std::string NiLight::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiDynamicEffect::asString(); out << " Dimmer: " << dimmer << endl; out << " Ambient Color: " << ambientColor << endl; diff --git a/src/obj/NiLightColorController.cpp b/src/obj/NiLightColorController.cpp index ab8fe2e5a577730499189276a0ec5df5e36af90e..bc98e45be4902993a36182803ab076bd5594b178 100644 --- a/src/obj/NiLightColorController.cpp +++ b/src/obj/NiLightColorController.cpp @@ -62,7 +62,6 @@ std::string NiLightColorController::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPoint3InterpController::asString(); return out.str(); diff --git a/src/obj/NiLightDimmerController.cpp b/src/obj/NiLightDimmerController.cpp index b0d819576b5b0b9b6354a047d64de23dbd2209d5..67cda1894783421b384297b9d15d710e0555ee8a 100644 --- a/src/obj/NiLightDimmerController.cpp +++ b/src/obj/NiLightDimmerController.cpp @@ -62,7 +62,6 @@ std::string NiLightDimmerController::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiFloatInterpController::asString(); return out.str(); diff --git a/src/obj/NiLightIntensityController.cpp b/src/obj/NiLightIntensityController.cpp index 25a2637361dc5c5c274b459f5e5858e907fd8a54..7c08cc5d566faede84773f978883593b3ae41d28 100644 --- a/src/obj/NiLightIntensityController.cpp +++ b/src/obj/NiLightIntensityController.cpp @@ -70,7 +70,6 @@ std::string NiLightIntensityController::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiFloatInterpController::asString(); return out.str(); diff --git a/src/obj/NiLines.cpp b/src/obj/NiLines.cpp index ec573466ddc445841da578bd936fc4cfbc8fecc9..3a03c752c9ea4ce9c8edfc76e5c57580788cbb83 100644 --- a/src/obj/NiLines.cpp +++ b/src/obj/NiLines.cpp @@ -70,7 +70,6 @@ std::string NiLines::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiTriBasedGeom::asString(); return out.str(); diff --git a/src/obj/NiLookAtController.cpp b/src/obj/NiLookAtController.cpp index 36a33b764ec67c71266321564c4cfda9facc4910..298b32bb3ddf984cbff63331fd9f260f388247c2 100644 --- a/src/obj/NiLookAtController.cpp +++ b/src/obj/NiLookAtController.cpp @@ -81,7 +81,6 @@ std::string NiLookAtController::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiTimeController::asString(); out << " Unknown1: " << unknown1 << endl; out << " Look At Node: " << lookAtNode << endl; diff --git a/src/obj/NiLookAtInterpolator.cpp b/src/obj/NiLookAtInterpolator.cpp index d2fdae59e712af8dc1bf8c75253d73609b2505f0..598d764863add417fbb215b80d814b1d56adda57 100644 --- a/src/obj/NiLookAtInterpolator.cpp +++ b/src/obj/NiLookAtInterpolator.cpp @@ -120,7 +120,6 @@ std::string NiLookAtInterpolator::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiInterpolator::asString(); out << " Unknown Short: " << unknownShort << endl; out << " Look At: " << lookAt << endl; diff --git a/src/obj/NiMaterialColorController.cpp b/src/obj/NiMaterialColorController.cpp index 5a10488d5a94ed1ded17dafc812dc21b4d502ec6..2f32e18fd418889b19dafce85cde2f73890f1c25 100644 --- a/src/obj/NiMaterialColorController.cpp +++ b/src/obj/NiMaterialColorController.cpp @@ -62,7 +62,6 @@ std::string NiMaterialColorController::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPoint3InterpController::asString(); return out.str(); diff --git a/src/obj/NiMaterialProperty.cpp b/src/obj/NiMaterialProperty.cpp index a17fe96ad9c8493e9ab3c018c7714867e9c91cf8..b0480c2fa16a47c426d23d86b504a765c1fa5945 100644 --- a/src/obj/NiMaterialProperty.cpp +++ b/src/obj/NiMaterialProperty.cpp @@ -90,7 +90,6 @@ std::string NiMaterialProperty::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiProperty::asString(); out << " Flags: " << flags << endl; out << " Ambient Color: " << ambientColor << endl; diff --git a/src/obj/NiMeshParticleSystem.cpp b/src/obj/NiMeshParticleSystem.cpp index 69b88810988c355dae214944111f8c641e2c32e3..c631687a0ddb5d2715b54c7cf390ffc331799e8d 100644 --- a/src/obj/NiMeshParticleSystem.cpp +++ b/src/obj/NiMeshParticleSystem.cpp @@ -62,7 +62,6 @@ std::string NiMeshParticleSystem::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiParticleSystem::asString(); return out.str(); diff --git a/src/obj/NiMorphController.cpp b/src/obj/NiMorphController.cpp index 395aa6dd33866667cda4b2935e0585742579f137..a5a5fdd3ae539c7534e5296c70fca02268d7f4be 100644 --- a/src/obj/NiMorphController.cpp +++ b/src/obj/NiMorphController.cpp @@ -70,7 +70,6 @@ std::string NiMorphController::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiInterpController::asString(); return out.str(); diff --git a/src/obj/NiMorpherController.cpp b/src/obj/NiMorpherController.cpp index 8301877c123cc11dacc6d7696a3b56037bb83a39..334ba53b0041a25029398947ab070648f728f31b 100644 --- a/src/obj/NiMorpherController.cpp +++ b/src/obj/NiMorpherController.cpp @@ -83,7 +83,6 @@ std::string NiMorpherController::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiInterpController::asString(); out << " Data: " << data << endl; return out.str(); diff --git a/src/obj/NiObject.cpp b/src/obj/NiObject.cpp index 0d8e075dbbb7dad5137271b41119b39e0166d21b..c92bfe4b8dc6978582b40bf8f673b219f2a28c39 100644 --- a/src/obj/NiObject.cpp +++ b/src/obj/NiObject.cpp @@ -66,7 +66,6 @@ std::string NiObject::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; return out.str(); //--BEGIN POST-STRING CUSTOM CODE--// diff --git a/src/obj/NiPSysAgeDeathModifier.cpp b/src/obj/NiPSysAgeDeathModifier.cpp index e154697cbefbadb0288ce72b7b07f3095c294f46..64793139bb995e5199966dfc228b4306234afa58 100644 --- a/src/obj/NiPSysAgeDeathModifier.cpp +++ b/src/obj/NiPSysAgeDeathModifier.cpp @@ -77,7 +77,6 @@ std::string NiPSysAgeDeathModifier::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysModifier::asString(); out << " Spawn on Death: " << spawnOnDeath << endl; out << " Spawn Modifier: " << spawnModifier << endl; diff --git a/src/obj/NiPSysAirFieldModifier.cpp b/src/obj/NiPSysAirFieldModifier.cpp index cc64ae063f5c60c75d98f73c7ccac0135d58a742..b422e14178c7bdfe3a243323dc5ace6773c40017 100644 --- a/src/obj/NiPSysAirFieldModifier.cpp +++ b/src/obj/NiPSysAirFieldModifier.cpp @@ -84,7 +84,6 @@ std::string NiPSysAirFieldModifier::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysFieldModifier::asString(); out << " Direction: " << direction << endl; out << " Unknown Float 2: " << unknownFloat2 << endl; diff --git a/src/obj/NiPSysBombModifier.cpp b/src/obj/NiPSysBombModifier.cpp index b169f346f6abef69b5b618ac388d992f247304d8..ecddf1ea7c437352165d6a90c9aa2d336669ec75 100644 --- a/src/obj/NiPSysBombModifier.cpp +++ b/src/obj/NiPSysBombModifier.cpp @@ -85,7 +85,6 @@ std::string NiPSysBombModifier::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysModifier::asString(); out << " Bomb Object: " << bombObject << endl; out << " Bomb Axis: " << bombAxis << endl; diff --git a/src/obj/NiPSysBoundUpdateModifier.cpp b/src/obj/NiPSysBoundUpdateModifier.cpp index 9d926d333780862074b896b0ac9f5bb52725c607..427a966597500a12ce870561bd3b23b12042523f 100644 --- a/src/obj/NiPSysBoundUpdateModifier.cpp +++ b/src/obj/NiPSysBoundUpdateModifier.cpp @@ -64,7 +64,6 @@ std::string NiPSysBoundUpdateModifier::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysModifier::asString(); out << " Update Skip: " << updateSkip << endl; return out.str(); diff --git a/src/obj/NiPSysBoxEmitter.cpp b/src/obj/NiPSysBoxEmitter.cpp index fedc3fe656923e18e9c59907db3d53613fb9811c..3af0cf4e059a672c10ddd9323fc237220f9ae784 100644 --- a/src/obj/NiPSysBoxEmitter.cpp +++ b/src/obj/NiPSysBoxEmitter.cpp @@ -68,7 +68,6 @@ std::string NiPSysBoxEmitter::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysVolumeEmitter::asString(); out << " Width: " << width << endl; out << " Height: " << height << endl; diff --git a/src/obj/NiPSysCollider.cpp b/src/obj/NiPSysCollider.cpp index cf88ff115a85b50d6b1ba393d845ed41eb6b01f3..6c1c123bf6a513fcd4831ab8ac3e637e687b2403 100644 --- a/src/obj/NiPSysCollider.cpp +++ b/src/obj/NiPSysCollider.cpp @@ -116,7 +116,6 @@ std::string NiPSysCollider::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiObject::asString(); out << " Bounce: " << bounce << endl; out << " Spawn on Collide: " << spawnOnCollide << endl; diff --git a/src/obj/NiPSysColliderManager.cpp b/src/obj/NiPSysColliderManager.cpp index f98c95b7d3082a7dde642dfc75c6709801db707c..e53732e9592a8e9c800c35e4bd2014157d544df8 100644 --- a/src/obj/NiPSysColliderManager.cpp +++ b/src/obj/NiPSysColliderManager.cpp @@ -75,7 +75,6 @@ std::string NiPSysColliderManager::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysModifier::asString(); out << " Collider: " << collider << endl; return out.str(); diff --git a/src/obj/NiPSysColorModifier.cpp b/src/obj/NiPSysColorModifier.cpp index a07c63c2f523ef9ef8059aa528b4dfd7265fd9e9..67cf1b5bb16345465d95d792b06d5aa2cc8de830 100644 --- a/src/obj/NiPSysColorModifier.cpp +++ b/src/obj/NiPSysColorModifier.cpp @@ -75,7 +75,6 @@ std::string NiPSysColorModifier::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysModifier::asString(); out << " Data: " << data << endl; return out.str(); diff --git a/src/obj/NiPSysCylinderEmitter.cpp b/src/obj/NiPSysCylinderEmitter.cpp index cb5018584ae49566a8b7bed19afe655b947a599f..6ba35a74302f87ee324c1c4788c7dc8dc949fd52 100644 --- a/src/obj/NiPSysCylinderEmitter.cpp +++ b/src/obj/NiPSysCylinderEmitter.cpp @@ -66,7 +66,6 @@ std::string NiPSysCylinderEmitter::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysVolumeEmitter::asString(); out << " Radius: " << radius << endl; out << " Height: " << height << endl; diff --git a/src/obj/NiPSysDragFieldModifier.cpp b/src/obj/NiPSysDragFieldModifier.cpp index 360e6a7e6fbcad3dd8816000ac24011c732b201c..e22eec5cb8df64a288f9f204b675df0e6d0823b0 100644 --- a/src/obj/NiPSysDragFieldModifier.cpp +++ b/src/obj/NiPSysDragFieldModifier.cpp @@ -74,7 +74,6 @@ std::string NiPSysDragFieldModifier::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysFieldModifier::asString(); out << " Use Direction?: " << useDirection_ << endl; out << " Direction: " << direction << endl; diff --git a/src/obj/NiPSysDragModifier.cpp b/src/obj/NiPSysDragModifier.cpp index 67e7cf4d9df5d0a28deb516d2685b5b071225365..7ec5101a7a5111b98d49ff634f201feeac8deb97 100644 --- a/src/obj/NiPSysDragModifier.cpp +++ b/src/obj/NiPSysDragModifier.cpp @@ -83,7 +83,6 @@ std::string NiPSysDragModifier::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysModifier::asString(); out << " Parent: " << parent << endl; out << " Drag Axis: " << dragAxis << endl; diff --git a/src/obj/NiPSysEmitter.cpp b/src/obj/NiPSysEmitter.cpp index 8204f39cc6f7b2cae41eb12b8f8ceda27c0b18ea..ca6f106e6b789102bca99b695fab17c9fd486633 100644 --- a/src/obj/NiPSysEmitter.cpp +++ b/src/obj/NiPSysEmitter.cpp @@ -88,7 +88,6 @@ std::string NiPSysEmitter::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysModifier::asString(); out << " Speed: " << speed << endl; out << " Speed Variation: " << speedVariation << endl; diff --git a/src/obj/NiPSysEmitterCtlr.cpp b/src/obj/NiPSysEmitterCtlr.cpp index 8d74114233786c2418b4ef5d84c205631afc4b6d..72adf054a48ef2e6fb1b2d7e145e5fc0fd53a664 100644 --- a/src/obj/NiPSysEmitterCtlr.cpp +++ b/src/obj/NiPSysEmitterCtlr.cpp @@ -95,7 +95,6 @@ std::string NiPSysEmitterCtlr::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysModifierCtlr::asString(); out << " Data: " << data << endl; out << " Visibility Interpolator: " << visibilityInterpolator << endl; diff --git a/src/obj/NiPSysEmitterDeclinationCtlr.cpp b/src/obj/NiPSysEmitterDeclinationCtlr.cpp index d40505ae64fa88e0b0ff7fc2614ce1fcc35cbab3..6f36a1c0b63b86473c2a473db738595d46ead91e 100644 --- a/src/obj/NiPSysEmitterDeclinationCtlr.cpp +++ b/src/obj/NiPSysEmitterDeclinationCtlr.cpp @@ -62,7 +62,6 @@ std::string NiPSysEmitterDeclinationCtlr::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysModifierFloatCtlr::asString(); return out.str(); diff --git a/src/obj/NiPSysEmitterDeclinationVarCtlr.cpp b/src/obj/NiPSysEmitterDeclinationVarCtlr.cpp index 469130ee253592f31adeb1d99c773ae052709f34..d7d761d97918e4febb419ad4e36adfa8554b3752 100644 --- a/src/obj/NiPSysEmitterDeclinationVarCtlr.cpp +++ b/src/obj/NiPSysEmitterDeclinationVarCtlr.cpp @@ -62,7 +62,6 @@ std::string NiPSysEmitterDeclinationVarCtlr::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysModifierFloatCtlr::asString(); return out.str(); diff --git a/src/obj/NiPSysEmitterInitialRadiusCtlr.cpp b/src/obj/NiPSysEmitterInitialRadiusCtlr.cpp index b73b90fec57dac61ee6edb1ce565b3cfa336dd08..d7cc9dbce0fa4174ed8d69fbaf39f398982f53c0 100644 --- a/src/obj/NiPSysEmitterInitialRadiusCtlr.cpp +++ b/src/obj/NiPSysEmitterInitialRadiusCtlr.cpp @@ -62,7 +62,6 @@ std::string NiPSysEmitterInitialRadiusCtlr::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysModifierFloatCtlr::asString(); return out.str(); diff --git a/src/obj/NiPSysEmitterLifeSpanCtlr.cpp b/src/obj/NiPSysEmitterLifeSpanCtlr.cpp index 333c86cc274f4f767fc454f8c2479774c9c6a002..5d6dcf7e474e1ba056aa2b775721d6c0a79757e1 100644 --- a/src/obj/NiPSysEmitterLifeSpanCtlr.cpp +++ b/src/obj/NiPSysEmitterLifeSpanCtlr.cpp @@ -62,7 +62,6 @@ std::string NiPSysEmitterLifeSpanCtlr::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysModifierFloatCtlr::asString(); return out.str(); diff --git a/src/obj/NiPSysEmitterSpeedCtlr.cpp b/src/obj/NiPSysEmitterSpeedCtlr.cpp index 31865a7865fecb5677c5abb56aa0e2bc389953a9..6cd20a4bd521076362f5a84dadda9358ffcee1d6 100644 --- a/src/obj/NiPSysEmitterSpeedCtlr.cpp +++ b/src/obj/NiPSysEmitterSpeedCtlr.cpp @@ -62,7 +62,6 @@ std::string NiPSysEmitterSpeedCtlr::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysModifierFloatCtlr::asString(); return out.str(); diff --git a/src/obj/NiPSysFieldMagnitudeCtlr.cpp b/src/obj/NiPSysFieldMagnitudeCtlr.cpp index f09c0cdd1274508687bb9588d0b62397648b3854..3231700173b00383e40944dea74c7256b8609f3a 100644 --- a/src/obj/NiPSysFieldMagnitudeCtlr.cpp +++ b/src/obj/NiPSysFieldMagnitudeCtlr.cpp @@ -70,7 +70,6 @@ std::string NiPSysFieldMagnitudeCtlr::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysModifierFloatCtlr::asString(); return out.str(); diff --git a/src/obj/NiPSysFieldModifier.cpp b/src/obj/NiPSysFieldModifier.cpp index 31d03f7d05a9d9bda86a4dd63847cb0608b47ff1..480b4d0f00fb20cab0e8f6066ed06722f3e430f6 100644 --- a/src/obj/NiPSysFieldModifier.cpp +++ b/src/obj/NiPSysFieldModifier.cpp @@ -91,7 +91,6 @@ std::string NiPSysFieldModifier::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysModifier::asString(); out << " Field Object: " << fieldObject << endl; out << " Magnitude: " << magnitude << endl; diff --git a/src/obj/NiPSysGravityFieldModifier.cpp b/src/obj/NiPSysGravityFieldModifier.cpp index 872976b19fac7a855e2e26c939585226832f709d..c6ebba70eab1a3892814322c78bc4cf1e17d0a25 100644 --- a/src/obj/NiPSysGravityFieldModifier.cpp +++ b/src/obj/NiPSysGravityFieldModifier.cpp @@ -72,7 +72,6 @@ std::string NiPSysGravityFieldModifier::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysFieldModifier::asString(); out << " Direction: " << direction << endl; return out.str(); diff --git a/src/obj/NiPSysGravityModifier.cpp b/src/obj/NiPSysGravityModifier.cpp index 7ae2420a73f0a81ba978438b3cc88d22d82f0a2e..bf8924311ce4cfb3cd2d121979b77067eb38d255 100644 --- a/src/obj/NiPSysGravityModifier.cpp +++ b/src/obj/NiPSysGravityModifier.cpp @@ -93,7 +93,6 @@ std::string NiPSysGravityModifier::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysModifier::asString(); out << " Gravity Object: " << gravityObject << endl; out << " Gravity Axis: " << gravityAxis << endl; diff --git a/src/obj/NiPSysGravityStrengthCtlr.cpp b/src/obj/NiPSysGravityStrengthCtlr.cpp index df904c7cc9d0cf4be75ebb6d7ba1128f52abde49..f5cc5346b1ea6ef75f5a026c324f457148f90990 100644 --- a/src/obj/NiPSysGravityStrengthCtlr.cpp +++ b/src/obj/NiPSysGravityStrengthCtlr.cpp @@ -62,7 +62,6 @@ std::string NiPSysGravityStrengthCtlr::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysModifierFloatCtlr::asString(); return out.str(); diff --git a/src/obj/NiPSysGrowFadeModifier.cpp b/src/obj/NiPSysGrowFadeModifier.cpp index 79b325caa66054ad3550d92c0d66628b63c518d2..f7bf40edc76e79e769f8b507ad8f1f7d4dd45e2e 100644 --- a/src/obj/NiPSysGrowFadeModifier.cpp +++ b/src/obj/NiPSysGrowFadeModifier.cpp @@ -76,7 +76,6 @@ std::string NiPSysGrowFadeModifier::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysModifier::asString(); out << " Grow Time: " << growTime << endl; out << " Grow Generation: " << growGeneration << endl; diff --git a/src/obj/NiPSysModifier.cpp b/src/obj/NiPSysModifier.cpp index cc91f987a8b45ed8ba4580298a1ecb8dbc7ed3ce..238395a788f4381d0693bb31fd4fe85c28a7ba1f 100644 --- a/src/obj/NiPSysModifier.cpp +++ b/src/obj/NiPSysModifier.cpp @@ -81,7 +81,6 @@ std::string NiPSysModifier::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiObject::asString(); out << " Name: " << name << endl; out << " Order: " << order << endl; diff --git a/src/obj/NiPSysModifierActiveCtlr.cpp b/src/obj/NiPSysModifierActiveCtlr.cpp index 69caadc4bbbd8bd3c88ae8651dbc9babd87b21d9..9482c8c1cb2b4056e46e561385f5fefdc64d6b5b 100644 --- a/src/obj/NiPSysModifierActiveCtlr.cpp +++ b/src/obj/NiPSysModifierActiveCtlr.cpp @@ -79,7 +79,6 @@ std::string NiPSysModifierActiveCtlr::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysModifierBoolCtlr::asString(); out << " Data: " << data << endl; return out.str(); diff --git a/src/obj/NiPSysModifierBoolCtlr.cpp b/src/obj/NiPSysModifierBoolCtlr.cpp index df793e6c96ebf8b7a9e91142381ce29d50a45a07..82b04874360c9060e3d312a0e913b8e3a7dc90ed 100644 --- a/src/obj/NiPSysModifierBoolCtlr.cpp +++ b/src/obj/NiPSysModifierBoolCtlr.cpp @@ -62,7 +62,6 @@ std::string NiPSysModifierBoolCtlr::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysModifierCtlr::asString(); return out.str(); diff --git a/src/obj/NiPSysModifierCtlr.cpp b/src/obj/NiPSysModifierCtlr.cpp index e9239a6e7c9c32e78ed896c013e1bdbc8a86f42d..374b48fdd7d78880a524651b870b9db398c24adc 100644 --- a/src/obj/NiPSysModifierCtlr.cpp +++ b/src/obj/NiPSysModifierCtlr.cpp @@ -64,7 +64,6 @@ std::string NiPSysModifierCtlr::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiSingleInterpController::asString(); out << " Modifier Name: " << modifierName << endl; return out.str(); diff --git a/src/obj/NiPSysModifierFloatCtlr.cpp b/src/obj/NiPSysModifierFloatCtlr.cpp index 606227a0534b15e159aa46878ca187c5a25664d5..2c1d9d3ac7e9464725dd177b2e2f310a324e6933 100644 --- a/src/obj/NiPSysModifierFloatCtlr.cpp +++ b/src/obj/NiPSysModifierFloatCtlr.cpp @@ -79,7 +79,6 @@ std::string NiPSysModifierFloatCtlr::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysModifierCtlr::asString(); out << " Data: " << data << endl; return out.str(); diff --git a/src/obj/NiPSysPlanarCollider.cpp b/src/obj/NiPSysPlanarCollider.cpp index e6fb92662c18837e730aa7260acf0663c13dd2b6..0a9d4cb590faec1cd78cb761ee2088bd08ff239a 100644 --- a/src/obj/NiPSysPlanarCollider.cpp +++ b/src/obj/NiPSysPlanarCollider.cpp @@ -70,7 +70,6 @@ std::string NiPSysPlanarCollider::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysCollider::asString(); out << " Width: " << width << endl; out << " Height: " << height << endl; diff --git a/src/obj/NiPSysPositionModifier.cpp b/src/obj/NiPSysPositionModifier.cpp index 5a0499e844e1f9e29d2dd49d428e714b3965d9a5..97bce9af6aa9f87455a0a0a62f53a3e440d5e0ae 100644 --- a/src/obj/NiPSysPositionModifier.cpp +++ b/src/obj/NiPSysPositionModifier.cpp @@ -62,7 +62,6 @@ std::string NiPSysPositionModifier::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysModifier::asString(); return out.str(); diff --git a/src/obj/NiPSysResetOnLoopCtlr.cpp b/src/obj/NiPSysResetOnLoopCtlr.cpp index c663afdf8a92549ab7bdec451798b21b0738448d..adaa00c73069e699e5b4bb78b145faf53b35a1c0 100644 --- a/src/obj/NiPSysResetOnLoopCtlr.cpp +++ b/src/obj/NiPSysResetOnLoopCtlr.cpp @@ -62,7 +62,6 @@ std::string NiPSysResetOnLoopCtlr::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiTimeController::asString(); return out.str(); diff --git a/src/obj/NiPSysRotationModifier.cpp b/src/obj/NiPSysRotationModifier.cpp index fab965f56db42589407d3f4100721a9db5778303..30276c3ca8b74186e7f71a8ba0545bc1d9ded171 100644 --- a/src/obj/NiPSysRotationModifier.cpp +++ b/src/obj/NiPSysRotationModifier.cpp @@ -80,7 +80,6 @@ std::string NiPSysRotationModifier::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysModifier::asString(); out << " Initial Rotation Speed: " << initialRotationSpeed << endl; out << " Initial Rotation Speed Variation: " << initialRotationSpeedVariation << endl; diff --git a/src/obj/NiPSysSpawnModifier.cpp b/src/obj/NiPSysSpawnModifier.cpp index 96d2f483adb4b25c6bc19d70e2c47b53afaf3744..719e49a3cafe24427dc40a566da2647fecbbf000 100644 --- a/src/obj/NiPSysSpawnModifier.cpp +++ b/src/obj/NiPSysSpawnModifier.cpp @@ -84,7 +84,6 @@ std::string NiPSysSpawnModifier::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysModifier::asString(); out << " Num Spawn Generations: " << numSpawnGenerations << endl; out << " Percentage Spawned: " << percentageSpawned << endl; diff --git a/src/obj/NiPSysSphereEmitter.cpp b/src/obj/NiPSysSphereEmitter.cpp index fa1dd59645fa23dd521041bcb8a21bd65704ba84..c22fe997d4574b564f8cea4a35637349cdc6b8a7 100644 --- a/src/obj/NiPSysSphereEmitter.cpp +++ b/src/obj/NiPSysSphereEmitter.cpp @@ -64,7 +64,6 @@ std::string NiPSysSphereEmitter::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysVolumeEmitter::asString(); out << " Radius: " << radius << endl; return out.str(); diff --git a/src/obj/NiPSysSphericalCollider.cpp b/src/obj/NiPSysSphericalCollider.cpp index a565c3339536d01f87a6cc8cab944c40faf1bfaf..2e262a6b2c9c283d93fa4f756c8c35b378a385f6 100644 --- a/src/obj/NiPSysSphericalCollider.cpp +++ b/src/obj/NiPSysSphericalCollider.cpp @@ -64,7 +64,6 @@ std::string NiPSysSphericalCollider::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysCollider::asString(); out << " Radius: " << radius << endl; return out.str(); diff --git a/src/obj/NiPSysTrailEmitter.cpp b/src/obj/NiPSysTrailEmitter.cpp index 883cd6443656ef731241d44df42647c61c7eccc7..f31d3a8271e90081d38c21191b4c6e4442042022 100644 --- a/src/obj/NiPSysTrailEmitter.cpp +++ b/src/obj/NiPSysTrailEmitter.cpp @@ -92,7 +92,6 @@ std::string NiPSysTrailEmitter::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysEmitter::asString(); out << " Unknown Int 1: " << unknownInt1 << endl; out << " Unknown Float 1: " << unknownFloat1 << endl; diff --git a/src/obj/NiPSysTurbulenceFieldModifier.cpp b/src/obj/NiPSysTurbulenceFieldModifier.cpp index 54f56fdd32f0098b86ef26d6561baa5ede5e3e2e..cb6901a79606a5d6232b027a2695c21dffb8e680 100644 --- a/src/obj/NiPSysTurbulenceFieldModifier.cpp +++ b/src/obj/NiPSysTurbulenceFieldModifier.cpp @@ -72,7 +72,6 @@ std::string NiPSysTurbulenceFieldModifier::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysFieldModifier::asString(); out << " Unknown Float 2: " << unknownFloat2 << endl; return out.str(); diff --git a/src/obj/NiPSysUpdateCtlr.cpp b/src/obj/NiPSysUpdateCtlr.cpp index 89f3c9abf0f2a7059d44c8dfb7753687391f4d8b..adb5ef12788f0b89fc5ca3fe9d5e1639d3a6d965 100644 --- a/src/obj/NiPSysUpdateCtlr.cpp +++ b/src/obj/NiPSysUpdateCtlr.cpp @@ -62,7 +62,6 @@ std::string NiPSysUpdateCtlr::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiTimeController::asString(); return out.str(); diff --git a/src/obj/NiPSysVolumeEmitter.cpp b/src/obj/NiPSysVolumeEmitter.cpp index c22e5ca555c25f7641ca2aa5c5db81a76a52a4c4..e19d892a2ce0d788dd62dbb370123a6598ee6ea6 100644 --- a/src/obj/NiPSysVolumeEmitter.cpp +++ b/src/obj/NiPSysVolumeEmitter.cpp @@ -79,7 +79,6 @@ std::string NiPSysVolumeEmitter::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysEmitter::asString(); out << " Emitter Object: " << emitterObject << endl; return out.str(); diff --git a/src/obj/NiPSysVortexFieldModifier.cpp b/src/obj/NiPSysVortexFieldModifier.cpp index 79fd625490d950ec2b41d4997cca2c6927a6c6b2..cab38df2379c505035900fd2b690f27acc7186ef 100644 --- a/src/obj/NiPSysVortexFieldModifier.cpp +++ b/src/obj/NiPSysVortexFieldModifier.cpp @@ -72,7 +72,6 @@ std::string NiPSysVortexFieldModifier::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPSysFieldModifier::asString(); out << " Direction: " << direction << endl; return out.str(); diff --git a/src/obj/NiParticleBomb.cpp b/src/obj/NiParticleBomb.cpp index f70217e6d462b590b673535c94dcf69389514941..5fe248070aa9a5f4832c8317ae0964b55a04d759 100644 --- a/src/obj/NiParticleBomb.cpp +++ b/src/obj/NiParticleBomb.cpp @@ -82,7 +82,6 @@ std::string NiParticleBomb::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiParticleModifier::asString(); out << " Decay?: " << decay_ << endl; out << " Duration?: " << duration_ << endl; diff --git a/src/obj/NiParticleColorModifier.cpp b/src/obj/NiParticleColorModifier.cpp index d02de0da9dd90587b6d53f7d8e9f512efde18c63..a6e77bc175e853ccf07eeb3264d38802f22d1ab1 100644 --- a/src/obj/NiParticleColorModifier.cpp +++ b/src/obj/NiParticleColorModifier.cpp @@ -75,7 +75,6 @@ std::string NiParticleColorModifier::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiParticleModifier::asString(); out << " Color Data: " << colorData << endl; return out.str(); diff --git a/src/obj/NiParticleGrowFade.cpp b/src/obj/NiParticleGrowFade.cpp index 2656f1cc894630ede851e5375a5cc42feecd6263..4c702167421237fe1b72a9b38ed95a234791efd2 100644 --- a/src/obj/NiParticleGrowFade.cpp +++ b/src/obj/NiParticleGrowFade.cpp @@ -66,7 +66,6 @@ std::string NiParticleGrowFade::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiParticleModifier::asString(); out << " Grow: " << grow << endl; out << " Fade: " << fade << endl; diff --git a/src/obj/NiParticleMeshes.cpp b/src/obj/NiParticleMeshes.cpp index ee3b6b14aa856ce5ccf5f6bf6c2ff055693b47bb..cd2aba393d99007ccb81f0ab4b0d8e2de3a20bd9 100644 --- a/src/obj/NiParticleMeshes.cpp +++ b/src/obj/NiParticleMeshes.cpp @@ -62,7 +62,6 @@ std::string NiParticleMeshes::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiParticles::asString(); return out.str(); diff --git a/src/obj/NiParticleMeshesData.cpp b/src/obj/NiParticleMeshesData.cpp index b85bf1a058d5afbcdf8ca0cf0ddda7f21cfdbfc9..6be3172078ece0cb36116a8c491c36734f00f256 100644 --- a/src/obj/NiParticleMeshesData.cpp +++ b/src/obj/NiParticleMeshesData.cpp @@ -75,7 +75,6 @@ std::string NiParticleMeshesData::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiRotatingParticlesData::asString(); out << " Unknown Link 2: " << unknownLink2 << endl; return out.str(); diff --git a/src/obj/NiParticleModifier.cpp b/src/obj/NiParticleModifier.cpp index 23843056bade63f5db44a0ec3ed1dd76ff13a936..dab1c7ea053112b0090357dfe14c0826e760150f 100644 --- a/src/obj/NiParticleModifier.cpp +++ b/src/obj/NiParticleModifier.cpp @@ -98,7 +98,6 @@ std::string NiParticleModifier::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiObject::asString(); out << " Next Modifier: " << nextModifier << endl; out << " Controller: " << controller << endl; diff --git a/src/obj/NiParticleRotation.cpp b/src/obj/NiParticleRotation.cpp index 300eebe249323f18e1b07071ea93d136289fa0e0..4c8e47e0d9b8e29524b3a183466cde950e11b2b4 100644 --- a/src/obj/NiParticleRotation.cpp +++ b/src/obj/NiParticleRotation.cpp @@ -68,7 +68,6 @@ std::string NiParticleRotation::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiParticleModifier::asString(); out << " Random Initial Axis?: " << randomInitialAxis_ << endl; out << " Initial Axis?: " << initialAxis_ << endl; diff --git a/src/obj/NiParticles.cpp b/src/obj/NiParticles.cpp index 68fafcb9e6fc345ea2986b3a03eb23494b3b55af..f0e16802bb4bb8fb171037e7477256abb59bda70 100644 --- a/src/obj/NiParticles.cpp +++ b/src/obj/NiParticles.cpp @@ -62,7 +62,6 @@ std::string NiParticles::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiGeometry::asString(); return out.str(); diff --git a/src/obj/NiPathController.cpp b/src/obj/NiPathController.cpp index 92273d163cdd99210e5f8c685bc16482c20c6cdf..b39ddd6bc5eb4802952fa59a163dc33965245507 100644 --- a/src/obj/NiPathController.cpp +++ b/src/obj/NiPathController.cpp @@ -101,7 +101,6 @@ std::string NiPathController::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiTimeController::asString(); out << " Unknown Short 2: " << unknownShort2 << endl; out << " Unknown Int 1: " << unknownInt1 << endl; diff --git a/src/obj/NiPathInterpolator.cpp b/src/obj/NiPathInterpolator.cpp index 63015d291056007d912ebf4c7d0d8a1f2f45acc3..4167ff246daa2447b68ae2d5e949df5d0a389ad8 100644 --- a/src/obj/NiPathInterpolator.cpp +++ b/src/obj/NiPathInterpolator.cpp @@ -97,7 +97,6 @@ std::string NiPathInterpolator::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiKeyBasedInterpolator::asString(); out << " Unknown Short: " << unknownShort << endl; out << " Unknown Int: " << unknownInt << endl; diff --git a/src/obj/NiPhysXTransformDest.cpp b/src/obj/NiPhysXTransformDest.cpp index cac97e3a126fa5818639d5ac3951eab6a72ea8b7..a484c431a02a8886eeda8771c78e91d0a6b0508f 100644 --- a/src/obj/NiPhysXTransformDest.cpp +++ b/src/obj/NiPhysXTransformDest.cpp @@ -87,7 +87,6 @@ std::string NiPhysXTransformDest::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiObject::asString(); out << " Unknown Byte 1: " << unknownByte1 << endl; out << " Unknown Byte 2: " << unknownByte2 << endl; diff --git a/src/obj/NiPlanarCollider.cpp b/src/obj/NiPlanarCollider.cpp index 47e2274f489b45206eee0fec60e7140138212dc2..59766c9f81f1835bf66c0f4991a99661f9d0534b 100644 --- a/src/obj/NiPlanarCollider.cpp +++ b/src/obj/NiPlanarCollider.cpp @@ -106,7 +106,6 @@ std::string NiPlanarCollider::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiParticleModifier::asString(); out << " Unknown Short: " << unknownShort << endl; out << " Unknown Float 1: " << unknownFloat1 << endl; diff --git a/src/obj/NiPoint3InterpController.cpp b/src/obj/NiPoint3InterpController.cpp index 79ba0105d7738498229ed1db31ac92ae31356ccb..04a6ba06581a4b663034a9f169fdfb765ca0d85f 100644 --- a/src/obj/NiPoint3InterpController.cpp +++ b/src/obj/NiPoint3InterpController.cpp @@ -85,7 +85,6 @@ std::string NiPoint3InterpController::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiSingleInterpController::asString(); out << " Target Color: " << targetColor << endl; out << " Data: " << data << endl; diff --git a/src/obj/NiPoint3Interpolator.cpp b/src/obj/NiPoint3Interpolator.cpp index 7b68466b88f3f465a525919cefabf96225323574..e24d0b07ab91dafdd25409b373d9ebc1153129e1 100644 --- a/src/obj/NiPoint3Interpolator.cpp +++ b/src/obj/NiPoint3Interpolator.cpp @@ -77,7 +77,6 @@ std::string NiPoint3Interpolator::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiKeyBasedInterpolator::asString(); out << " Point 3 Value: " << point3Value << endl; out << " Data: " << data << endl; diff --git a/src/obj/NiPointLight.cpp b/src/obj/NiPointLight.cpp index fb0a49a5ec788750a42f8245fdd6c744c81e9f95..d10d5af12068d0a21fee7c7a807df5f0ff3c2726 100644 --- a/src/obj/NiPointLight.cpp +++ b/src/obj/NiPointLight.cpp @@ -68,7 +68,6 @@ std::string NiPointLight::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiLight::asString(); out << " Constant Attenuation: " << constantAttenuation << endl; out << " Linear Attenuation: " << linearAttenuation << endl; diff --git a/src/obj/NiProperty.cpp b/src/obj/NiProperty.cpp index b554036452ac910c17eaf653ad2eeb8dde774a31..b363d2d74ccd8c54325d9514dad742b0977fbef3 100644 --- a/src/obj/NiProperty.cpp +++ b/src/obj/NiProperty.cpp @@ -62,7 +62,6 @@ std::string NiProperty::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiObjectNET::asString(); return out.str(); diff --git a/src/obj/NiRollController.cpp b/src/obj/NiRollController.cpp index 4dc79c7d5a77e63b40c0f5a72d14e3e1e15bfd5e..48a94c57e51f9f2db63859895e1055a44f6cde1d 100644 --- a/src/obj/NiRollController.cpp +++ b/src/obj/NiRollController.cpp @@ -75,7 +75,6 @@ std::string NiRollController::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiSingleInterpController::asString(); out << " Data: " << data << endl; return out.str(); diff --git a/src/obj/NiRotatingParticles.cpp b/src/obj/NiRotatingParticles.cpp index a2bbc9ea748974fe168f7cb7f29ba530f67fda60..f369c627ece720bd97aa0a6b86778316e6793908 100644 --- a/src/obj/NiRotatingParticles.cpp +++ b/src/obj/NiRotatingParticles.cpp @@ -62,7 +62,6 @@ std::string NiRotatingParticles::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiParticles::asString(); return out.str(); diff --git a/src/obj/NiScreenElements.cpp b/src/obj/NiScreenElements.cpp index 8f631ac021257b6779a392e41295467dd0d3e854..3cb068f43d53320d0d677f70154bea5be2d79d1a 100644 --- a/src/obj/NiScreenElements.cpp +++ b/src/obj/NiScreenElements.cpp @@ -70,7 +70,6 @@ std::string NiScreenElements::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiTriShape::asString(); return out.str(); diff --git a/src/obj/NiSequenceStreamHelper.cpp b/src/obj/NiSequenceStreamHelper.cpp index f3e56aaf656a3e473dd323a367aa96fc8a46d87c..55e014767ea5ec2128d5b29c387633e6f4d28ecd 100644 --- a/src/obj/NiSequenceStreamHelper.cpp +++ b/src/obj/NiSequenceStreamHelper.cpp @@ -62,7 +62,6 @@ std::string NiSequenceStreamHelper::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiObjectNET::asString(); return out.str(); diff --git a/src/obj/NiShadeProperty.cpp b/src/obj/NiShadeProperty.cpp index 7820155a5c62f9bc5e61d3ed9dc07291bebd839c..ae352e2f6f5300fb71c897f9556b82fd2bc446e6 100644 --- a/src/obj/NiShadeProperty.cpp +++ b/src/obj/NiShadeProperty.cpp @@ -64,7 +64,6 @@ std::string NiShadeProperty::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiProperty::asString(); out << " Flags: " << flags << endl; return out.str(); diff --git a/src/obj/NiSingleInterpController.cpp b/src/obj/NiSingleInterpController.cpp index 797289ab8b18038a54e34f5bfa574ff7c2a97de2..9a9b6e235d45d9507d23978202201f4d25495adf 100644 --- a/src/obj/NiSingleInterpController.cpp +++ b/src/obj/NiSingleInterpController.cpp @@ -80,7 +80,6 @@ std::string NiSingleInterpController::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiInterpController::asString(); out << " Interpolator: " << interpolator << endl; return out.str(); diff --git a/src/obj/NiSortAdjustNode.cpp b/src/obj/NiSortAdjustNode.cpp index ea931b09fef0b5ac111716633c81d268ff6c3142..f53f972f890b3b7e3ad7f43924c57b552c210f41 100644 --- a/src/obj/NiSortAdjustNode.cpp +++ b/src/obj/NiSortAdjustNode.cpp @@ -78,7 +78,6 @@ std::string NiSortAdjustNode::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiNode::asString(); out << " Sorting Mode: " << sortingMode << endl; out << " Unknown Int 2: " << unknownInt2 << endl; diff --git a/src/obj/NiSourceCubeMap.cpp b/src/obj/NiSourceCubeMap.cpp index c56041da9dfc95ec97b50d928c01a1f0f163b6cc..72e4add44bb4f6627e7f620788724e7d729ee15b 100644 --- a/src/obj/NiSourceCubeMap.cpp +++ b/src/obj/NiSourceCubeMap.cpp @@ -70,7 +70,6 @@ std::string NiSourceCubeMap::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiSourceTexture::asString(); return out.str(); diff --git a/src/obj/NiSourceTexture.cpp b/src/obj/NiSourceTexture.cpp index e0da66709e4d1bc64454af047e44b72ad4fcf29b..c9c6846e41441f994df873514acf7a46fe3c1df2 100644 --- a/src/obj/NiSourceTexture.cpp +++ b/src/obj/NiSourceTexture.cpp @@ -147,7 +147,6 @@ std::string NiSourceTexture::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiTexture::asString(); out << " Use External: " << useExternal << endl; if ( (useExternal == 1) ) { diff --git a/src/obj/NiSpecularProperty.cpp b/src/obj/NiSpecularProperty.cpp index b5306420142f1d3124de64811ebc623985d442fb..a23bf9e52afd2c24b444898bd22146d478f5e783 100644 --- a/src/obj/NiSpecularProperty.cpp +++ b/src/obj/NiSpecularProperty.cpp @@ -64,7 +64,6 @@ std::string NiSpecularProperty::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiProperty::asString(); out << " Flags: " << flags << endl; return out.str(); diff --git a/src/obj/NiSphericalCollider.cpp b/src/obj/NiSphericalCollider.cpp index 2ab196f9d1ad9f98456b8f6291216ea25b5dea71..7649f7348eb835d02d323768231280360d451513 100644 --- a/src/obj/NiSphericalCollider.cpp +++ b/src/obj/NiSphericalCollider.cpp @@ -84,7 +84,6 @@ std::string NiSphericalCollider::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiParticleModifier::asString(); out << " Unknown Float 1: " << unknownFloat1 << endl; out << " Unknown Short 1: " << unknownShort1 << endl; diff --git a/src/obj/NiSpotLight.cpp b/src/obj/NiSpotLight.cpp index cc052b87d4126249b460d63a9383241b1ea1640b..6aa0a85dc78d71ccb3b936421a5b2cc50c587858 100644 --- a/src/obj/NiSpotLight.cpp +++ b/src/obj/NiSpotLight.cpp @@ -72,7 +72,6 @@ std::string NiSpotLight::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiPointLight::asString(); out << " Cutoff Angle: " << cutoffAngle << endl; out << " Unknown Float: " << unknownFloat << endl; diff --git a/src/obj/NiStencilProperty.cpp b/src/obj/NiStencilProperty.cpp index af37402757be36318a5ba04365a453bb620c06e3..530919f4879ed157d3c6d6d863b5ca23327c5093 100644 --- a/src/obj/NiStencilProperty.cpp +++ b/src/obj/NiStencilProperty.cpp @@ -98,7 +98,6 @@ std::string NiStencilProperty::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiProperty::asString(); out << " Flags: " << flags << endl; out << " Stencil Enabled: " << stencilEnabled << endl; diff --git a/src/obj/NiStringExtraData.cpp b/src/obj/NiStringExtraData.cpp index e3545360d627cff682c5834fed52912fa1b7b55c..e71be7bdb47af67a882688221c024b22df191607 100644 --- a/src/obj/NiStringExtraData.cpp +++ b/src/obj/NiStringExtraData.cpp @@ -70,7 +70,6 @@ std::string NiStringExtraData::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiExtraData::asString(); out << " Bytes Remaining: " << bytesRemaining << endl; out << " String Data: " << stringData << endl; diff --git a/src/obj/NiStringPalette.cpp b/src/obj/NiStringPalette.cpp index fc562f91a2784410a76fd28bf93fd7e9266640f3..77ca5651a0906f8446ff0c1ffda258e672439d8d 100644 --- a/src/obj/NiStringPalette.cpp +++ b/src/obj/NiStringPalette.cpp @@ -67,7 +67,6 @@ std::string NiStringPalette::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiObject::asString(); out << " Palette: " << palette.palette << endl; out << " Length: " << palette.length << endl; diff --git a/src/obj/NiSwitchNode.cpp b/src/obj/NiSwitchNode.cpp index 43a267b1ea2951232e7f92660fb1e1832655dddf..23037d8b638ec0fa525834fcbb5d9314df875fcd 100644 --- a/src/obj/NiSwitchNode.cpp +++ b/src/obj/NiSwitchNode.cpp @@ -70,7 +70,6 @@ std::string NiSwitchNode::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiNode::asString(); out << " Unknown Flags 1: " << unknownFlags1 << endl; out << " Unknown Int 1: " << unknownInt1 << endl; diff --git a/src/obj/NiTexture.cpp b/src/obj/NiTexture.cpp index 85e9d7d06e89948787cfe4dd75cfc542b941848b..08c585f7746b7a57936f32e3133aa6d7218e4115 100644 --- a/src/obj/NiTexture.cpp +++ b/src/obj/NiTexture.cpp @@ -62,7 +62,6 @@ std::string NiTexture::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiObjectNET::asString(); return out.str(); diff --git a/src/obj/NiTextureEffect.cpp b/src/obj/NiTextureEffect.cpp index 7b6309b48c7c59e0b55ad1dba35c6ab2d04e41df..9cd17fb249526a09b6c82eddddd291b6232e9c87 100644 --- a/src/obj/NiTextureEffect.cpp +++ b/src/obj/NiTextureEffect.cpp @@ -127,7 +127,6 @@ std::string NiTextureEffect::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiDynamicEffect::asString(); out << " Model Projection Matrix: " << modelProjectionMatrix << endl; out << " Model Projection Transform: " << modelProjectionTransform << endl; diff --git a/src/obj/NiTextureModeProperty.cpp b/src/obj/NiTextureModeProperty.cpp index 6b176385fe0930743acdda4de507263d61ab03ca..bad4126662d35821c4c5a8cb50261005a047f84f 100644 --- a/src/obj/NiTextureModeProperty.cpp +++ b/src/obj/NiTextureModeProperty.cpp @@ -72,7 +72,6 @@ std::string NiTextureModeProperty::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiProperty::asString(); out << " Unknown Short: " << unknownShort << endl; out << " PS2 L: " << ps2L << endl; diff --git a/src/obj/NiTextureProperty.cpp b/src/obj/NiTextureProperty.cpp index 743252bf8eea5a398e80b43c8718b88bff4192d1..ecd91dad8039a9a31f7b4f9cb4fabc521501a3d9 100644 --- a/src/obj/NiTextureProperty.cpp +++ b/src/obj/NiTextureProperty.cpp @@ -85,7 +85,6 @@ std::string NiTextureProperty::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiProperty::asString(); out << " Flags: " << flags << endl; out << " Image: " << image << endl; diff --git a/src/obj/NiTextureTransformController.cpp b/src/obj/NiTextureTransformController.cpp index 071c1e13dcd59573e5b208641cf0a204d30f4279..56db618b78e7d268036f308c657014b4a0fdf75f 100644 --- a/src/obj/NiTextureTransformController.cpp +++ b/src/obj/NiTextureTransformController.cpp @@ -86,7 +86,6 @@ std::string NiTextureTransformController::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiFloatInterpController::asString(); out << " Unknown2: " << unknown2 << endl; out << " Texture Slot: " << textureSlot << endl; diff --git a/src/obj/NiTimeController.cpp b/src/obj/NiTimeController.cpp index 45c83527e74b2b9e345ff3ff2fa1fecb1037763f..96a572568eaeb7f09e4a1bf7add1f249c25c55f0 100644 --- a/src/obj/NiTimeController.cpp +++ b/src/obj/NiTimeController.cpp @@ -106,7 +106,6 @@ std::string NiTimeController::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiObject::asString(); out << " Next Controller: " << nextController << endl; out << " Flags: " << flags << endl; diff --git a/src/obj/NiTransformController.cpp b/src/obj/NiTransformController.cpp index 47d07dbae80f69111dd942e7558212d30f00d734..5dca0eb1c4c91c2edbd56e294ac3b9e34f2cbf2d 100644 --- a/src/obj/NiTransformController.cpp +++ b/src/obj/NiTransformController.cpp @@ -62,7 +62,6 @@ std::string NiTransformController::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiKeyframeController::asString(); return out.str(); diff --git a/src/obj/NiTransformData.cpp b/src/obj/NiTransformData.cpp index d5e03730fc81d84de275903abd10a7959ac3a6db..915207190ffa2d0f6a17416a580976fd493add6a 100644 --- a/src/obj/NiTransformData.cpp +++ b/src/obj/NiTransformData.cpp @@ -62,7 +62,6 @@ std::string NiTransformData::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiKeyframeData::asString(); return out.str(); diff --git a/src/obj/NiTriBasedGeom.cpp b/src/obj/NiTriBasedGeom.cpp index fceec6be863b97ab7bcb60cda07c424f1982d12e..7191301fecc1b946713c446e7a196cb683e595dc 100644 --- a/src/obj/NiTriBasedGeom.cpp +++ b/src/obj/NiTriBasedGeom.cpp @@ -67,7 +67,6 @@ std::string NiTriBasedGeom::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiGeometry::asString(); return out.str(); diff --git a/src/obj/NiTriBasedGeomData.cpp b/src/obj/NiTriBasedGeomData.cpp index 2882b757addc0fe7a09348a9d05eb9a54896fe54..ffb197aba0819aae5d3c7c4a4c040df287b2bcb9 100644 --- a/src/obj/NiTriBasedGeomData.cpp +++ b/src/obj/NiTriBasedGeomData.cpp @@ -64,7 +64,6 @@ std::string NiTriBasedGeomData::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiGeometryData::asString(); out << " Num Triangles: " << numTriangles << endl; return out.str(); diff --git a/src/obj/NiTriShape.cpp b/src/obj/NiTriShape.cpp index 20d2b632c6633b4ca58b75ae538f4b4e493c6a03..e1825f92ed3fa6f001d9d3ad076353e812dd3843 100644 --- a/src/obj/NiTriShape.cpp +++ b/src/obj/NiTriShape.cpp @@ -62,7 +62,6 @@ std::string NiTriShape::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiTriBasedGeom::asString(); return out.str(); diff --git a/src/obj/NiTriStrips.cpp b/src/obj/NiTriStrips.cpp index e2d74ac63bbe3551a598d666c74c5218e55703ed..729a5abdec50c15d7705ad45c028084b2c2571e3 100644 --- a/src/obj/NiTriStrips.cpp +++ b/src/obj/NiTriStrips.cpp @@ -62,7 +62,6 @@ std::string NiTriStrips::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiTriBasedGeom::asString(); return out.str(); diff --git a/src/obj/NiUVController.cpp b/src/obj/NiUVController.cpp index 3b6b98c53dcf1fb02b8d936b5e53f1d113484401..4a5b5d7b51197a3e4204fe5426709f3bd5c86c90 100644 --- a/src/obj/NiUVController.cpp +++ b/src/obj/NiUVController.cpp @@ -77,7 +77,6 @@ std::string NiUVController::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiTimeController::asString(); out << " Unknown Short: " << unknownShort << endl; out << " Data: " << data << endl; diff --git a/src/obj/NiVectorExtraData.cpp b/src/obj/NiVectorExtraData.cpp index 55ada710b780588e080b0272e9946f726ee4217a..f930d7241e9e2a05a790263c0d2263a5c7e0f4a9 100644 --- a/src/obj/NiVectorExtraData.cpp +++ b/src/obj/NiVectorExtraData.cpp @@ -66,7 +66,6 @@ std::string NiVectorExtraData::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiExtraData::asString(); out << " Vector Data: " << vectorData << endl; out << " Unknown Float: " << unknownFloat << endl; diff --git a/src/obj/NiVertexColorProperty.cpp b/src/obj/NiVertexColorProperty.cpp index b2cd6b69a2164c7ef827a8bb36b2da9bffae671e..167b4763bd3e6be55f677155fda34cbe197fba62 100644 --- a/src/obj/NiVertexColorProperty.cpp +++ b/src/obj/NiVertexColorProperty.cpp @@ -76,7 +76,6 @@ std::string NiVertexColorProperty::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiProperty::asString(); out << " Flags: " << flags << endl; out << " Vertex Mode: " << vertexMode << endl; diff --git a/src/obj/NiVisController.cpp b/src/obj/NiVisController.cpp index 77faebe785203ff442f32faf08ff99f6596dcce4..766eafb1798805d38d8d06b847acf23714a6e48c 100644 --- a/src/obj/NiVisController.cpp +++ b/src/obj/NiVisController.cpp @@ -79,7 +79,6 @@ std::string NiVisController::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiBoolInterpController::asString(); out << " Data: " << data << endl; return out.str(); diff --git a/src/obj/NiWireframeProperty.cpp b/src/obj/NiWireframeProperty.cpp index 7a9e39c5b60ffa53009c1bc057e825af7daad816..6c5a167a2c64ecc9707295c8476d7191923d7eb0 100644 --- a/src/obj/NiWireframeProperty.cpp +++ b/src/obj/NiWireframeProperty.cpp @@ -64,7 +64,6 @@ std::string NiWireframeProperty::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiProperty::asString(); out << " Flags: " << flags << endl; return out.str(); diff --git a/src/obj/NiZBufferProperty.cpp b/src/obj/NiZBufferProperty.cpp index 30598f060a4c80cf67cf2ba77e6988d5a3027eff..e98e6ab4528476c0eea87d375e07294b0bff8de0 100644 --- a/src/obj/NiZBufferProperty.cpp +++ b/src/obj/NiZBufferProperty.cpp @@ -70,7 +70,6 @@ std::string NiZBufferProperty::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiProperty::asString(); out << " Flags: " << flags << endl; out << " Function: " << function << endl; diff --git a/src/obj/RootCollisionNode.cpp b/src/obj/RootCollisionNode.cpp index 3209831133ff6ca578fc6dd96d1adad735c3fa5b..675d904ebb1cfe443a70f6486f75e91cba561e2f 100644 --- a/src/obj/RootCollisionNode.cpp +++ b/src/obj/RootCollisionNode.cpp @@ -62,7 +62,6 @@ std::string RootCollisionNode::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiNode::asString(); return out.str(); diff --git a/src/obj/SkyShaderProperty.cpp b/src/obj/SkyShaderProperty.cpp index 407f23a85972dc98bd641fbe9743fcc9a03b483a..73d496be7f4999c8156451a6332c897af22816a9 100644 --- a/src/obj/SkyShaderProperty.cpp +++ b/src/obj/SkyShaderProperty.cpp @@ -76,7 +76,6 @@ std::string SkyShaderProperty::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << BSShaderProperty::asString(); out << " Unknown Int 4: " << unknownInt4 << endl; out << " File Name: " << fileName << endl; diff --git a/src/obj/TallGrassShaderProperty.cpp b/src/obj/TallGrassShaderProperty.cpp index 829f131405a35ac2f1c1726bd6f2908664485434..a5ba67b71547e219daeb4ce1f04649e8532dbd1a 100644 --- a/src/obj/TallGrassShaderProperty.cpp +++ b/src/obj/TallGrassShaderProperty.cpp @@ -72,7 +72,6 @@ std::string TallGrassShaderProperty::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << BSShaderProperty::asString(); out << " File Name: " << fileName << endl; return out.str(); diff --git a/src/obj/TileShaderProperty.cpp b/src/obj/TileShaderProperty.cpp index 9bb553cf093c694f0d9f09283adbcf80ca6e1448..9f9e0760b1f75e2a882e58bd31641e8b5d7ab2cf 100644 --- a/src/obj/TileShaderProperty.cpp +++ b/src/obj/TileShaderProperty.cpp @@ -72,7 +72,6 @@ std::string TileShaderProperty::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << BSShaderLightingProperty::asString(); out << " File Name: " << fileName << endl; return out.str(); diff --git a/src/obj/VolumetricFogShaderProperty.cpp b/src/obj/VolumetricFogShaderProperty.cpp index c66450a7645a275aa959c604bfa71c8a586e1f22..df91f296d1d7edb4a6df2fc9c025798e92d0233e 100644 --- a/src/obj/VolumetricFogShaderProperty.cpp +++ b/src/obj/VolumetricFogShaderProperty.cpp @@ -70,7 +70,6 @@ std::string VolumetricFogShaderProperty::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << BSShaderProperty::asString(); return out.str(); diff --git a/src/obj/WaterShaderProperty.cpp b/src/obj/WaterShaderProperty.cpp index c83281236c7c0809e56d660288f2088496ffd1af..cf90ed87ed4e48f15a3c096f104c084edc4ab4bd 100644 --- a/src/obj/WaterShaderProperty.cpp +++ b/src/obj/WaterShaderProperty.cpp @@ -70,7 +70,6 @@ std::string WaterShaderProperty::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << BSShaderProperty::asString(); return out.str(); diff --git a/src/obj/bhkBlendCollisionObject.cpp b/src/obj/bhkBlendCollisionObject.cpp index c4cdcbc392f77f993533da7cf5a5cfa5d8dff034..7ad78c368e7e4dd95133ce6aeb253c1043fc3586 100644 --- a/src/obj/bhkBlendCollisionObject.cpp +++ b/src/obj/bhkBlendCollisionObject.cpp @@ -66,7 +66,6 @@ std::string bhkBlendCollisionObject::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << bhkCollisionObject::asString(); out << " Unknown Float 1: " << unknownFloat1 << endl; out << " Unknown Float 2: " << unknownFloat2 << endl; diff --git a/src/obj/bhkBlendController.cpp b/src/obj/bhkBlendController.cpp index fdef90c31a28a88bd9c330df61af17f4ad0efea4..685b51989ab2badef6a9cfc0c5d7bb1255dd5b1d 100644 --- a/src/obj/bhkBlendController.cpp +++ b/src/obj/bhkBlendController.cpp @@ -64,7 +64,6 @@ std::string bhkBlendController::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiTimeController::asString(); out << " Unknown Int: " << unknownInt << endl; return out.str(); diff --git a/src/obj/bhkBvTreeShape.cpp b/src/obj/bhkBvTreeShape.cpp index a291d2798ee36acfe1f99ac7093bba95c24d5795..821a403eb02882683bcf5ad4d51af48a45adee39 100644 --- a/src/obj/bhkBvTreeShape.cpp +++ b/src/obj/bhkBvTreeShape.cpp @@ -62,7 +62,6 @@ std::string bhkBvTreeShape::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << bhkShape::asString(); return out.str(); diff --git a/src/obj/bhkCollisionObject.cpp b/src/obj/bhkCollisionObject.cpp index 3635ddfec9a142e3015486b8208f8ee46ceb0178..fda0ea6e6b968a7ddd04aaacead6af234b06e5cb 100644 --- a/src/obj/bhkCollisionObject.cpp +++ b/src/obj/bhkCollisionObject.cpp @@ -62,7 +62,6 @@ std::string bhkCollisionObject::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << bhkNiCollisionObject::asString(); return out.str(); diff --git a/src/obj/bhkConvexShape.cpp b/src/obj/bhkConvexShape.cpp index 301472a5958fa4e532b7c316742ec52d200a8d76..f04c06e206178b16ddb0049f6c565c500b519669 100644 --- a/src/obj/bhkConvexShape.cpp +++ b/src/obj/bhkConvexShape.cpp @@ -62,7 +62,6 @@ std::string bhkConvexShape::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << bhkSphereRepShape::asString(); return out.str(); diff --git a/src/obj/bhkConvexTransformShape.cpp b/src/obj/bhkConvexTransformShape.cpp index 8ff666585db55427eaef9be2433f249346acc468..54b05a1dc1af7891d0061ad1d2c33047f5510f2e 100644 --- a/src/obj/bhkConvexTransformShape.cpp +++ b/src/obj/bhkConvexTransformShape.cpp @@ -62,7 +62,6 @@ std::string bhkConvexTransformShape::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << bhkTransformShape::asString(); return out.str(); diff --git a/src/obj/bhkEntity.cpp b/src/obj/bhkEntity.cpp index 2291e4d20ef9c52b243d27829853429e2ac66e26..139d2b6975bec831e63f54ef7ebdf04fdeec82a7 100644 --- a/src/obj/bhkEntity.cpp +++ b/src/obj/bhkEntity.cpp @@ -62,7 +62,6 @@ std::string bhkEntity::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << bhkWorldObject::asString(); return out.str(); diff --git a/src/obj/bhkHingeConstraint.cpp b/src/obj/bhkHingeConstraint.cpp index dcf1f940c815ba41cab0c173de11fa62b63149ce..0f2fc2e1674491a773dd14ba87a3da6d339a5855 100644 --- a/src/obj/bhkHingeConstraint.cpp +++ b/src/obj/bhkHingeConstraint.cpp @@ -111,7 +111,6 @@ std::string bhkHingeConstraint::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << bhkConstraint::asString(); out << " Pivot A: " << hinge.pivotA << endl; out << " Perp2 Axle In A1: " << hinge.perp2AxleInA1 << endl; diff --git a/src/obj/bhkLimitedHingeConstraint.cpp b/src/obj/bhkLimitedHingeConstraint.cpp index c251a27f122c87eaa79c7bce4fb07971153b604c..25c7b5b96a3ecb0f62a157087fffde5952e7642c 100644 --- a/src/obj/bhkLimitedHingeConstraint.cpp +++ b/src/obj/bhkLimitedHingeConstraint.cpp @@ -119,7 +119,6 @@ std::string bhkLimitedHingeConstraint::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << bhkConstraint::asString(); out << " Pivot A: " << limitedHinge.pivotA << endl; out << " Axle A: " << limitedHinge.axleA << endl; diff --git a/src/obj/bhkLiquidAction.cpp b/src/obj/bhkLiquidAction.cpp index 3bbc383285c189fd2e8e33a8048fa25a561092d6..f4f3df9e8e0e702a4960d7784349a94b3bbfb583 100644 --- a/src/obj/bhkLiquidAction.cpp +++ b/src/obj/bhkLiquidAction.cpp @@ -84,7 +84,6 @@ std::string bhkLiquidAction::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << bhkSerializable::asString(); out << " Unknown Int 1: " << unknownInt1 << endl; out << " Unknown Int 2: " << unknownInt2 << endl; diff --git a/src/obj/bhkMalleableConstraint.cpp b/src/obj/bhkMalleableConstraint.cpp index 2f4c2b65c26bafaf025aea35b83fe2f80c568d2e..35dfedd4f7abc2151ab9a3bf2af06de1851abe3b 100644 --- a/src/obj/bhkMalleableConstraint.cpp +++ b/src/obj/bhkMalleableConstraint.cpp @@ -229,7 +229,6 @@ std::string bhkMalleableConstraint::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << bhkConstraint::asString(); out << " Type: " << type << endl; out << " Unknown Int 2: " << unknownInt2 << endl; diff --git a/src/obj/bhkNiCollisionObject.cpp b/src/obj/bhkNiCollisionObject.cpp index 35e9a9a23f7e47a14c019d81ae72b322817e4b10..d967bc09adc4da81c6cbf912f189f3f42f5bea6a 100644 --- a/src/obj/bhkNiCollisionObject.cpp +++ b/src/obj/bhkNiCollisionObject.cpp @@ -77,7 +77,6 @@ std::string bhkNiCollisionObject::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiCollisionObject::asString(); out << " Flags: " << flags << endl; out << " Body: " << body << endl; diff --git a/src/obj/bhkPCollisionObject.cpp b/src/obj/bhkPCollisionObject.cpp index e6ea33ce4f7696c2c520b7d4848849471f2d2f2b..8c6960ca7851670c678adcebe48cd4ccb94d1440 100644 --- a/src/obj/bhkPCollisionObject.cpp +++ b/src/obj/bhkPCollisionObject.cpp @@ -62,7 +62,6 @@ std::string bhkPCollisionObject::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << bhkNiCollisionObject::asString(); return out.str(); diff --git a/src/obj/bhkPhantom.cpp b/src/obj/bhkPhantom.cpp index 51daa51136130adbc3610106220876fdaaa0f925..f4a30d53f65f6c5cdb63fba8e8f92c8d4ec9aece 100644 --- a/src/obj/bhkPhantom.cpp +++ b/src/obj/bhkPhantom.cpp @@ -62,7 +62,6 @@ std::string bhkPhantom::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << bhkWorldObject::asString(); return out.str(); diff --git a/src/obj/bhkRagdollConstraint.cpp b/src/obj/bhkRagdollConstraint.cpp index 711f7905d1345aab5de96debb2631b6986ea84f2..248417097d71fa0e78777819fe59c10d36958de9 100644 --- a/src/obj/bhkRagdollConstraint.cpp +++ b/src/obj/bhkRagdollConstraint.cpp @@ -131,7 +131,6 @@ std::string bhkRagdollConstraint::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << bhkConstraint::asString(); out << " Pivot A: " << ragdoll.pivotA << endl; out << " Plane A: " << ragdoll.planeA << endl; diff --git a/src/obj/bhkRefObject.cpp b/src/obj/bhkRefObject.cpp index d09f5047c4970491601f0c6b4301da552f3098f7..a112f3ddf393169be615e4fcf50ae2c5dfe36ba3 100644 --- a/src/obj/bhkRefObject.cpp +++ b/src/obj/bhkRefObject.cpp @@ -62,7 +62,6 @@ std::string bhkRefObject::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << NiObject::asString(); return out.str(); diff --git a/src/obj/bhkRigidBodyT.cpp b/src/obj/bhkRigidBodyT.cpp index ca45c48042cde9ed2c2e61e440068bf4d932e62c..e3c1c858781ec295801b252178d9c3d61b8b0bab 100644 --- a/src/obj/bhkRigidBodyT.cpp +++ b/src/obj/bhkRigidBodyT.cpp @@ -62,7 +62,6 @@ std::string bhkRigidBodyT::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << bhkRigidBody::asString(); return out.str(); diff --git a/src/obj/bhkSPCollisionObject.cpp b/src/obj/bhkSPCollisionObject.cpp index 4039f48b3417f72512b12160a9fae43d6bde2ed3..070e322fdc3cf017a505dc15a6e0b2b3c1a6f7fd 100644 --- a/src/obj/bhkSPCollisionObject.cpp +++ b/src/obj/bhkSPCollisionObject.cpp @@ -62,7 +62,6 @@ std::string bhkSPCollisionObject::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << bhkPCollisionObject::asString(); return out.str(); diff --git a/src/obj/bhkSerializable.cpp b/src/obj/bhkSerializable.cpp index 87028618a1d680b2a89492584860e32d7169ba68..a69e0ca1e0e6874fbbb30ba981642ded83919785 100644 --- a/src/obj/bhkSerializable.cpp +++ b/src/obj/bhkSerializable.cpp @@ -62,7 +62,6 @@ std::string bhkSerializable::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << bhkRefObject::asString(); return out.str(); diff --git a/src/obj/bhkShape.cpp b/src/obj/bhkShape.cpp index 24b524a4bbd4678b3dc456342f768b2e318c23fd..05300a515d3592a1e3a30e5519bcbf4c766d38a3 100644 --- a/src/obj/bhkShape.cpp +++ b/src/obj/bhkShape.cpp @@ -62,7 +62,6 @@ std::string bhkShape::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << bhkSerializable::asString(); return out.str(); diff --git a/src/obj/bhkShapeCollection.cpp b/src/obj/bhkShapeCollection.cpp index 9463a4799d85456c313a009ad9d57f6db045a077..5d6cabb6cd55ecf2d6564c5e4a2d8ada298b3da8 100644 --- a/src/obj/bhkShapeCollection.cpp +++ b/src/obj/bhkShapeCollection.cpp @@ -62,7 +62,6 @@ std::string bhkShapeCollection::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << bhkShape::asString(); return out.str(); diff --git a/src/obj/bhkShapePhantom.cpp b/src/obj/bhkShapePhantom.cpp index 223759dd53862571dbf597d60cad908113098c72..8f1a34539b8f5886ad71ba4376fea6d3c1cada7f 100644 --- a/src/obj/bhkShapePhantom.cpp +++ b/src/obj/bhkShapePhantom.cpp @@ -62,7 +62,6 @@ std::string bhkShapePhantom::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << bhkPhantom::asString(); return out.str(); diff --git a/src/obj/bhkSphereRepShape.cpp b/src/obj/bhkSphereRepShape.cpp index 6a60878b17c9480b4e8cdf93b4eddaef7896b079..8e43bb7297183e7e8f7e00d3df92667809553b3a 100644 --- a/src/obj/bhkSphereRepShape.cpp +++ b/src/obj/bhkSphereRepShape.cpp @@ -67,7 +67,6 @@ std::string bhkSphereRepShape::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << bhkShape::asString(); out << " Material: " << material << endl; out << " Radius: " << radius << endl; diff --git a/src/obj/bhkSphereShape.cpp b/src/obj/bhkSphereShape.cpp index ef59048f1aa7a866572294ec080d4333967128ab..3ce9f1229087656e11c1bc9dbf0a2b83353f0b00 100644 --- a/src/obj/bhkSphereShape.cpp +++ b/src/obj/bhkSphereShape.cpp @@ -63,7 +63,6 @@ std::string bhkSphereShape::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << bhkConvexShape::asString(); return out.str(); diff --git a/src/obj/bhkStiffSpringConstraint.cpp b/src/obj/bhkStiffSpringConstraint.cpp index 5e8dd328d3cb409d5df37465ab89ecd0dd722509..d10d16081e2aa483768d9d6f5d90636f833c9d14 100644 --- a/src/obj/bhkStiffSpringConstraint.cpp +++ b/src/obj/bhkStiffSpringConstraint.cpp @@ -68,7 +68,6 @@ std::string bhkStiffSpringConstraint::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << bhkConstraint::asString(); out << " Pivot A: " << pivotA << endl; out << " Pivot B: " << pivotB << endl; diff --git a/src/obj/bhkWorldObject.cpp b/src/obj/bhkWorldObject.cpp index ff982376c90acdc5a3fa4ad99dba2882cf7fae8d..847f0944cc1d06ea58b313a1f42adb55c69bef2c 100644 --- a/src/obj/bhkWorldObject.cpp +++ b/src/obj/bhkWorldObject.cpp @@ -81,7 +81,6 @@ std::string bhkWorldObject::asString( bool verbose ) const { //--END CUSTOM CODE--// stringstream out; - unsigned int array_output_count = 0; out << bhkSerializable::asString(); out << " Shape: " << shape << endl; out << " Layer: " << layer << endl;