Talk:Special Effects - Introduction
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.