--- trunk/OOPSE/libBASS/BASS_parse.c 2004/01/19 16:08:21 957 +++ trunk/OOPSE/libBASS/BASS_parse.c 2004/01/27 19:37:48 988 @@ -77,6 +77,7 @@ void initialize_res_list(){ add_res_element( "zConstraint", ZCONSTRAINT ); add_res_element( "orientation", ORIENTATION ); add_res_element( "rigidBody", RIGIDBODY ); + add_res_element( "member", MEMBER ); is_initialized = 1; // set the initialization boolean to true }