Talk:Special Effects - Introduction: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This article contains some wrong information. IE CSmartPtr<CSimpleParticles> pSparkEmitter; is used in c_env_sparkler.cpp, while it should be CSmartPtr<CSimpleEmitter> pSparkEmitter;
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''
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]]
: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]]

Latest revision as of 13:02, 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