mirror of
https://github.com/diamante0018/PP-GSC.git
synced 2025-04-19 20:12:54 +00:00
fix utility.gsh
This commit is contained in:
parent
7715b339b2
commit
81a8ea7c68
@ -58,9 +58,7 @@
|
||||
#error CBUF_ADD_TEXT is not defined
|
||||
#endif
|
||||
|
||||
#if defined(IW4MP)
|
||||
#define FLOAT(num) castFloat( num )
|
||||
#elif defined(IW4SP) || defined(IW5) || defined(IW5x) || defined(IW6x) || defined(S1x)
|
||||
#if defined(IW4MP) || defined(IW4SP) || defined(IW5) || defined(IW5x) || defined(IW6x) || defined(S1x)
|
||||
#define FLOAT(num) float( num )
|
||||
#else
|
||||
#define FLOAT(num) getDvarFloat( TEMP_DVAR, 0.0 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user