mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-26 22:21:16 +00:00
IOQ3 commit 1923
This commit is contained in:
parent
df219f819b
commit
9cc8f7b276
1 changed files with 0 additions and 5 deletions
|
@ -705,10 +705,6 @@ char* Q_strrchr( const char* string, int c )
|
|||
|
||||
qboolean Q_isanumber( const char *s )
|
||||
{
|
||||
#ifdef Q3_VM
|
||||
//FIXME: implement
|
||||
return qfalse;
|
||||
#else
|
||||
char *p;
|
||||
double d;
|
||||
|
||||
|
@ -718,7 +714,6 @@ qboolean Q_isanumber( const char *s )
|
|||
d = strtod( s, &p );
|
||||
|
||||
return *p == '\0';
|
||||
#endif
|
||||
}
|
||||
|
||||
qboolean Q_isintegral( float f )
|
||||
|
|
Loading…
Reference in a new issue