GarageGames / Torque2D

MIT Licensed Open Source version of Torque 2D game engine from GarageGames
MIT License
1.67k stars 1.56k forks source link

OpenBSD Fixes #302

Closed chaigler closed 8 years ago

chaigler commented 8 years ago

Redo of the OpenBSD fixes by @bentley (previous pull requests were made against master).

Adds missing codepaths for OpenBSD using the built-in TORQUE_OS_OPENBSD define.

Resolves collision issue with time() on certain systems.