minor fix

This commit is contained in:
David Rose 2009-09-22 17:48:33 +00:00
parent 24434f1918
commit 301342ec8d

View File

@ -94,6 +94,7 @@ P3DInstance(P3D_request_ready_func *func,
_instance_id = inst_mgr->get_unique_id();
_hidden = false;
_allow_python_dev = false;
_keep_user_env = false;
_auto_start = false;
_auth_button_approved = false;
_session = NULL;