Core/ParameterList: Fix GetIntegerParameter

Former-commit-id: a7d0c83297d656a22f5688fed716b62ea15402c0 [formerly f45c562d8f8fdfe095c3f4b0dc7488da26332ff6]
Former-commit-id: 53c706e8e5f13898f6e1287336d12106fc28a6e3
This commit is contained in:
Lynix 2016-07-08 18:02:19 +02:00
parent 925156b044
commit fa1dae35f3
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ namespace Nz
case ParameterType_Integer:
*value = it->second.value.intVal;
return false;
return true;
case ParameterType_String:
{