Fix Warning from MSVC: 'Double to Float precision loss' (#402)

This commit is contained in:
souvikdas95
2017-01-21 20:58:33 +01:00
committed by Vincent Herbet
parent f5e734f636
commit a7c3e34fbe
+1 -1
View File
@@ -20,7 +20,7 @@
#include <stdlib.h> /* for atof() */
#include <stdio.h> /* for NULL */
#include <assert.h>
#include <math.h>
#include <cmath>
// this file does not include amxmodx.h, so we have to include the memory manager here
#ifdef MEMORY_TEST