StringToNumber no longer throw an error on failure

Former-commit-id: 8d191884c4ba757179e0c374a8ee2db756d1064b
This commit is contained in:
Lynix 2014-01-19 10:54:59 +01:00
parent 9533f16e46
commit a441a30beb
1 changed files with 0 additions and 2 deletions

View File

@ -313,8 +313,6 @@ inline long long NzStringToNumber(NzString str, nzUInt8 radix, bool* ok)
total += c-symbols;
else
{
NazaraError("str is not a valid number");
if (ok)
*ok = false;