Talk:Special Effects - Introduction: Difference between revisions

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


The correct source code can be found in ''src/dlls/sdk/sdk_envsparkler.cpp'' and ''src/cl_dll/sdk/c_sdk_env_sparkler.cpp''
The correct source code can be found in ''src/dlls/sdk/sdk_envsparkler.cpp'' and ''src/cl_dll/sdk/c_sdk_env_sparkler.cpp''
-[[User:Garstyciuks|Garstyciuks]]
-[[User:Garstyciuks|Garstyciuks]]


:Why not change it then? :-) --[[user:TomEdwards|TomEdwards]] 13:45, 27 Oct 2005 (PDT)
:Why not change it then? :-) --[[user:TomEdwards|TomEdwards]] 13:45, 27 Oct 2005 (PDT)
I have noticed that someone has changed CSimpleParticles to CSimpleEmitter, but probably forgot to change all the occurences of it. So I have finished changing it.
-[[User:Garstyciuks|Garstyciuks]]

Revision as of 13:01, 28 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)

I have noticed that someone has changed CSimpleParticles to CSimpleEmitter, but probably forgot to change all the occurences of it. So I have finished changing it. -Garstyciuks