summaryrefslogtreecommitdiffhomepage
path: root/proto-ft/ftnoir_protocol_ft.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-07-18 10:29:34 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-07-18 10:29:34 +0200
commit9fc8ebfd8ab54b9fe1caaf60147dd43a573d67ef (patch)
tree16ce8640a875e9381e11f6a8587cb060685084e2 /proto-ft/ftnoir_protocol_ft.h
parent181770b1e169b9c7c75eacdc969102cce18a8be7 (diff)
proto/ft: cleanup deg->rad conversionopentrack-2.3-rc49p9
Diffstat (limited to 'proto-ft/ftnoir_protocol_ft.h')
-rw-r--r--proto-ft/ftnoir_protocol_ft.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-ft/ftnoir_protocol_ft.h b/proto-ft/ftnoir_protocol_ft.h
index d2d40449..d90d916e 100644
--- a/proto-ft/ftnoir_protocol_ft.h
+++ b/proto-ft/ftnoir_protocol_ft.h
@@ -66,9 +66,9 @@ private:
QMutex game_name_mutex;
static check_for_first_run runonce_check;
- static inline float rads_to_degrees(double degrees) { return float(degrees * 0.017453); }
void start_tirviews();
void start_dummy();
+ static float degrees_to_rads(double degrees);
public:
static void set_protocols(bool ft, bool npclient);