Talk:Special Effects - Introduction: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:


-[[User:Garstyciuks|Garstyciuks]]
-[[User:Garstyciuks|Garstyciuks]]
:Why not change it then? :-) --[[user:TomEdwards|TomEdwards]] 13:45, 27 Oct 2005 (PDT)

Revision as of 13:45, 27 October 2005

This article contains some false code. IE CSmartPtr<CSimpleParticles> pSparkleEmitter; is used in c_env_sparkler.cpp, while it should be CSmartPtr<CSimpleEmitter> pSparkleEmitter;

The correct source code can be found in src/dlls/sdk/sdk_envsparkler.cpp and src/cl_dll/sdk/c_sdk_env_sparkler.cpp

-Garstyciuks

Why not change it then? :-) --TomEdwards 13:45, 27 Oct 2005 (PDT)