Torque3D/Engine
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
..
bin style.css changes for Project Manager modules 2013-05-01 17:08:43 -04:00
lib Fixed some minor compiler warnings on Linux 2015-06-28 22:29:23 +02:00
source Issue found with PVS-Studio: 2015-07-21 23:22:21 -05:00