Core/ParameterList: Fix GetIntegerParameter

Former-commit-id: c01f1ecf33e605b55e1300713e0a34087e298ab3 [formerly 6f6d58c6c8f0f71bb154b0ee4d3c5b8eb4cd07df]
Former-commit-id: d261bbb99a14e1292064fdcbaf45a8b103cac759
This commit is contained in:
Lynix
2016-07-08 18:02:19 +02:00
parent 09ea615c8a
commit c6ea158b83

View File

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