From 839e935ba0572c592a791cc4dd4df4a9f6d2d260 Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Thu, 13 Dec 2018 11:20:57 +0100 Subject: Network: Send IEEE floats (#7768) --- src/util/serialize.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/util/serialize.cpp') diff --git a/src/util/serialize.cpp b/src/util/serialize.cpp index 53c7c2add..f0e177d57 100644 --- a/src/util/serialize.cpp +++ b/src/util/serialize.cpp @@ -28,6 +28,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #include #include +FloatType g_serialize_f32_type = FLOATTYPE_UNKNOWN; + //// //// BufReader //// -- cgit v1.2.3