Torque3D/Engine/source/sfx/null
Areloch 527c3790d6 Issue found with PVS-Studio:
Many instances where we would create a object via a new call, and then check that it was non-null.

This is redundant, as if we ever were in a situation where new failed, we'd be crashing left and right already, so the additional check is wasted processing.
2015-07-21 23:22:21 -05:00
..
sfxNullBuffer.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
sfxNullBuffer.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
sfxNullDevice.cpp Issue found with PVS-Studio: 2015-07-21 23:22:21 -05:00
sfxNullDevice.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
sfxNullProvider.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
sfxNullVoice.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
sfxNullVoice.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00