Scopes - Fixed MRAD conversion (#5651)

* Same issue as https://github.com/acemod/ACE3/pull/5640
This commit is contained in:
ulteq
2017-10-22 10:44:00 +02:00
committed by GitHub
parent 0aca46d7aa
commit 3484942680
3 changed files with 4 additions and 2 deletions

View File

@ -22,4 +22,6 @@
#define DEBUG_SETTINGS DEBUG_SETTINGS_SCOPES
#endif
#define MRAD_TO_DEG(d) (d / 17.45329252) // Conversion factor: 9 / (50 * PI)
#include "\z\ace\addons\main\script_macros.hpp"