Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
hit_error.c
Go to the documentation of this file.
2{
4 {
5 #ifdef DEVELOPER
6 SetSingleParticle(ParticleList.IMPACT_TEST_NO_MATERIAL_ERROR);
7 #else
8 SetSingleParticle(ParticleList.IMPACT_TEST);
9 #endif
10 }
11}