Tribes2-SCP / Torque3D

Tribes 2 engine implementation based on the MIT Licensed Open Source version of Torque 3D from GarageGames
http://torque3d.org
0 stars 0 forks source link

Fix some build errors and remove unnecessary logic #34

Closed Ragora closed 8 years ago

Ragora commented 8 years ago

NULL initialization is illegal with non-pointer types. Torque3D declares the necessary operators in its Resource class definition to properly treat the loaded resource as a boolean (true if its valid, false if not).

Ragora commented 8 years ago

Also fixed in pull request #33