Talk:Special Effects - Introduction: Difference between revisions
Jump to navigation
Jump to search
TomEdwards (talk | contribs) No edit summary |
Garstyciuks (talk | contribs) mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
: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]] |
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
- 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.