Commit 6570fe14 by Alan Mishchenko

Added Python API status_get_vector() similar to cex_get_vector().

parent 63e165bc
......@@ -267,7 +267,7 @@ int _status_get_vec(int i)
if( ! vStatusVec )
{
return NULL;
return -1;
}
return Vec_IntEntry( vStatusVec, i );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment